mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
9f6529b3d3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1694 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
149 B
C
9 lines
149 B
C
|
|
#ifndef _MYCUTS
|
|
#define _MYCUTS
|
|
|
|
extern void cutItem( char * in,char * out,char sep,int num );
|
|
|
|
extern void cutChunk( char * in,char * s1 );
|
|
|
|
#endif |