summaryrefslogtreecommitdiffstats
path: root/Gui/skin/cut.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/skin/cut.h')
-rw-r--r--Gui/skin/cut.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/Gui/skin/cut.h b/Gui/skin/cut.h
index d50cabe201..71862e91f9 100644
--- a/Gui/skin/cut.h
+++ b/Gui/skin/cut.h
@@ -1,9 +1,10 @@
-#ifndef _MYCUTS
-#define _MYCUTS
+#ifndef _CUT_H
+#define _CUT_H
-extern void cutItem( char * in,char * out,char sep,int num );
+extern void cutItem( char * in,char * out,char sep,int num );
+extern int cutItemToInt( char * in,char sep,int num );
+extern float cutItemToFloat( char * in,char sep,int num );
+extern void cutChunk( char * in,char * s1 );
-extern void cutChunk( char * in,char * s1 );
-
-#endif \ No newline at end of file
+#endif