aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-01-09 19:26:24 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-01-09 19:26:24 +0300
commitff592daf2d90b922f82e65f648caf27381f89590 (patch)
treea7d9d7bfb8a53ad38876cf4f0241a3ab54b39e2a /include
parentd0b081afd74ef291f36db208eaf9fcd9c109b163 (diff)
downloadcsx-ff592daf2d90b922f82e65f648caf27381f89590.tar
csx-ff592daf2d90b922f82e65f648caf27381f89590.tar.xz
csx-ff592daf2d90b922f82e65f648caf27381f89590.zip
Some garbage collection added.
Diffstat (limited to 'include')
-rw-r--r--include/csx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/csx.h b/include/csx.h
index 20f31fd..77b94c0 100644
--- a/include/csx.h
+++ b/include/csx.h
@@ -23,5 +23,7 @@ char *csx_name(const char *name);
char *csx_str(const char *str);
+void csx_free();
+
#endif