Mercurial > mplayer.hg
annotate gui/skin/cut.h @ 24015:b636b5de36f3
Add <application> tag around MEncoder
author | reimar |
---|---|
date | Wed, 08 Aug 2007 13:13:12 +0000 |
parents | 3f0d00abc073 |
children | 3baf6a2283da |
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 | |
10 #endif |