aboutsummaryrefslogtreecommitdiff
path: root/include/csxbind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/csxbind.h')
-rw-r--r--include/csxbind.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/csxbind.h b/include/csxbind.h
index 84a73d9..86f1dff 100644
--- a/include/csxbind.h
+++ b/include/csxbind.h
@@ -38,7 +38,8 @@ extern char *context;
extern char *newcontext;
extern char *_exit;
-void init();
+void csxbind_init();
+void csxbind_free();
csxpair *L(void *head, ...);
csxpair *D(void *a, void *b, void *c, ...);