comparison gui/skin/cut.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children b0a7b35b78d2
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 1 #ifndef MPLAYER_GUI_CUT_H
2 #ifndef GUI_CUT_H 2 #define MPLAYER_GUI_CUT_H
3 #define GUI_CUT_H
4 3
5 extern void cutItem( char * in,char * out,char sep,int num ); 4 extern void cutItem( char * in,char * out,char sep,int num );
6 extern int cutItemToInt( char * in,char sep,int num ); 5 extern int cutItemToInt( char * in,char sep,int num );
7 extern float cutItemToFloat( char * in,char sep,int num ); 6 extern float cutItemToFloat( char * in,char sep,int num );
8 extern void cutChunk( char * in,char * s1 ); 7 extern void cutChunk( char * in,char * s1 );
9 8
10 #endif /* GUI_CUT_H */ 9 #endif /* MPLAYER_GUI_CUT_H */