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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/skin/cut.h b/gui/skin/cut.h
index 66ac10abef..04352e979e 100644
--- a/gui/skin/cut.h
+++ b/gui/skin/cut.h
@@ -1,10 +1,9 @@
-
-#ifndef GUI_CUT_H
-#define GUI_CUT_H
+#ifndef MPLAYER_GUI_CUT_H
+#define MPLAYER_GUI_CUT_H
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 );
-#endif /* GUI_CUT_H */
+#endif /* MPLAYER_GUI_CUT_H */