summaryrefslogtreecommitdiffstats
path: root/Gui/skin/cut.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-04 15:21:00 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-04 15:21:00 +0000
commitd62c80d3bd462257c6ebdef6d0eefc9dc6d677b4 (patch)
tree50c548107999d8a45ce6cf46fdf3cb226686fec9 /Gui/skin/cut.h
parent8ecd9ea9064d81eb2147f2aa22df863619fcefb5 (diff)
downloadmpv-d62c80d3bd462257c6ebdef6d0eefc9dc6d677b4.tar.bz2
mpv-d62c80d3bd462257c6ebdef6d0eefc9dc6d677b4.tar.xz
fix xshape, mixer, fullscreen, etc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1853 b3059339-0415-0410-9bf9-f77b7e298cf2
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