aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-03-28 17:56:24 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-03-28 17:56:24 +0300
commit0f0601d64aee294bcd27c757a0cdf7b1ad0e0ba0 (patch)
tree736255d6a983bd03a0ba985541d78bdfc41a062e /include
parent9756ebfe2e6270514f4eb4afb4f9867ae7589e36 (diff)
downloadcsx-0f0601d64aee294bcd27c757a0cdf7b1ad0e0ba0.tar
csx-0f0601d64aee294bcd27c757a0cdf7b1ad0e0ba0.tar.xz
csx-0f0601d64aee294bcd27c757a0cdf7b1ad0e0ba0.zip
csxbind free added.
Diffstat (limited to 'include')
-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, ...);