summaryrefslogtreecommitdiff
path: root/csutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'csutil.h')
-rw-r--r--csutil.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/csutil.h b/csutil.h
deleted file mode 100644
index 787945a..0000000
--- a/csutil.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __CSUTILHXX__
-#define __CSUTILHXX__
-
-/* convert null terminated string to all little using encoding */
-void enmkallsmall(char * d, const char * p, const char * encoding);
-
-#endif