annotate gui/skin/cut.h @ 26299:4d56038ec730
Fix lots and lots of other demuxers broken by r26301
author |
reimar |
date |
Sat, 05 Apr 2008 14:11:48 +0000 |
parents |
4129c8cfa742 |
children |
b0a7b35b78d2 |
rev |
line source |
26029
|
1 #ifndef MPLAYER_GUI_CUT_H
|
|
2 #define MPLAYER_GUI_CUT_H
|
23077
|
3
|
|
4 extern void cutItem( char * in,char * out,char sep,int num );
|
|
5 extern int cutItemToInt( char * in,char sep,int num );
|
|
6 extern float cutItemToFloat( char * in,char sep,int num );
|
|
7 extern void cutChunk( char * in,char * s1 );
|
|
8
|
26029
|
9 #endif /* MPLAYER_GUI_CUT_H */
|