diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/csx.h | 2 |
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 |