aboutsummaryrefslogtreecommitdiff
path: root/send13~.c
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-12 23:44:36 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-12 23:44:36 +0000
commit0d8c08bb18cb9c35ddeb61fbb42823c46a9e5862 (patch)
treea25bf5609136fe7dab8373708a2b838b43ee028c /send13~.c
parent98614c4e0af687ddccce98c91c9d1dd445b937f9 (diff)
some changes to make all ext13 objects work in libdir format
svn path=/trunk/externals/ext13/; revision=7322
Diffstat (limited to 'send13~.c')
-rw-r--r--send13~.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/send13~.c b/send13~.c
index 9575e0f..c4c9a2f 100644
--- a/send13~.c
+++ b/send13~.c
@@ -74,3 +74,7 @@ void sigsend13_setup(void)
class_addmethod(sigsend13_class, (t_method)sigsend13_dsp, gensym("dsp"), 0);
}
+void send13_tilde_setup()
+{
+ sigsend13_setup();
+}