Mercurial > mplayer.hg
view Gui/skin/cut.h @ 1845:e03117bddf84
key hand fix
author | pontscho |
---|---|
date | Sun, 02 Sep 2001 19:38:37 +0000 |
parents | d237c5d4b216 |
children | 58dd326fcc4a |
line wrap: on
line source
#ifndef _MYCUTS #define _MYCUTS extern void cutItem( char * in,char * out,char sep,int num ); extern void cutChunk( char * in,char * s1 ); #endif