From 1cfcce6ab4ef4ab51ef3f612e3db092e0f2b2cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 1 Apr 2009 15:10:55 +0000 Subject: found that there was a route_tilde_setup() svn path=/trunk/externals/zexy/; revision=10945 --- src/z_zexy.c | 1 + src/z_zexy.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/z_zexy.c b/src/z_zexy.c index 0297b29..1054a11 100644 --- a/src/z_zexy.c +++ b/src/z_zexy.c @@ -64,6 +64,7 @@ void z_zexy_setup(void) relay_setup(); /* relay */ repack_setup(); /* repack */ repeat_setup(); /* repeat */ + route_tilde_setup(); /* route~ */ sfplay_setup(); /* sfplay */ sfrecord_setup(); /* sfrecord */ sgn_tilde_setup(); /* sgn~ */ diff --git a/src/z_zexy.h b/src/z_zexy.h index 518cb62..d0ec385 100644 --- a/src/z_zexy.h +++ b/src/z_zexy.h @@ -62,6 +62,7 @@ void regex_setup(void); /* regex */ void relay_setup(void); /* relay */ void repack_setup(void); /* repack */ void repeat_setup(void); /* repeat */ +void route_tilde_setup(void); /* route~ */ void sfplay_setup(void); /* sfplay */ void sfrecord_setup(void); /* sfrecord */ void sgn_tilde_setup(void); /* sgn~ */ -- cgit v1.2.1