aboutsummaryrefslogtreecommitdiff
path: root/cx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cx.c')
-rw-r--r--cx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cx.c b/cx.c
index 5ef642e..a0e305c 100644
--- a/cx.c
+++ b/cx.c
@@ -34,6 +34,7 @@ void counter_setup();
void reson_setup();
//void serialize_setup();
void prepend_setup();
+void split_setup();
void utime_setup();
// RNG's
void random1_setup();
@@ -77,6 +78,7 @@ void cxc_setup(void)
reson_setup();
//serialize_setup();
prepend_setup();
+ split_setup();
utime_setup();
// RNG's
random1_setup();