aboutsummaryrefslogtreecommitdiff
path: root/cleanstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleanstring.h')
-rw-r--r--cleanstring.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cleanstring.h b/cleanstring.h
new file mode 100644
index 0000000..d015c54
--- /dev/null
+++ b/cleanstring.h
@@ -0,0 +1,5 @@
+#include "Clean.h"
+
+char* cleantocstring(CleanString s);
+CleanString* ctocleanstring(char* s);
+