Mercurial > mplayer.hg
annotate gui/skin/cut.h @ 25586:2c25326ad773
Add proper compilation rules for qtx/list and qtx/qtxload and remove silly
compilation shell script.
author | diego |
---|---|
date | Sun, 06 Jan 2008 11:40:49 +0000 |
parents | 3baf6a2283da |
children | 4129c8cfa742 |
rev | line source |
---|---|
23077 | 1 |
23689
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
2 #ifndef GUI_CUT_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
3 #define GUI_CUT_H |
23077 | 4 |
5 extern void cutItem( char * in,char * out,char sep,int num ); | |
6 extern int cutItemToInt( char * in,char sep,int num ); | |
7 extern float cutItemToFloat( char * in,char sep,int num ); | |
8 extern void cutChunk( char * in,char * s1 ); | |
9 | |
25535
3baf6a2283da
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
parents:
23689
diff
changeset
|
10 #endif /* GUI_CUT_H */ |