aboutsummaryrefslogtreecommitdiff
path: root/src/demultiplex~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demultiplex~.c')
-rw-r--r--src/demultiplex~.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/demultiplex~.c b/src/demultiplex~.c
index 4d78583..eb01f36 100644
--- a/src/demultiplex~.c
+++ b/src/demultiplex~.c
@@ -117,3 +117,8 @@ void demultiplex_tilde_setup(void)
zexy_register("demultiplex~");
}
+
+void z_demultiplex__setup(void)
+{
+ demultiplex_tilde_setup();
+}