Mercurial > mplayer.hg
annotate gui/skin/cut.h @ 24972:60e8bf1f23e9
#include libavcodec/eval.h instead of manually declaring ff_eval.
author | diego |
---|---|
date | Fri, 09 Nov 2007 14:12:19 +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 |