aboutsummaryrefslogtreecommitdiff
path: root/src/unpack~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unpack~.c')
-rw-r--r--src/unpack~.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unpack~.c b/src/unpack~.c
index f65d745..c152b8c 100644
--- a/src/unpack~.c
+++ b/src/unpack~.c
@@ -132,3 +132,8 @@ void unpack_tilde_setup(void)
class_sethelpsymbol(sigunpack_class, gensym("zexy/unpack~"));
zexy_register("unpack~");
}
+
+void z_unpack__setup(void)
+{
+ unpack_tilde_setup();
+}