Mercurial > mplayer.hg
view gui/skin/cut.h @ 24114:807aaa6415b3
Remove fallback round implementation that is protected by a preprocessor
directive that configure never sets or checks for.
author | diego |
---|---|
date | Fri, 24 Aug 2007 09:23:06 +0000 |
parents | 3f0d00abc073 |
children | 3baf6a2283da |
line wrap: on
line source
#ifndef GUI_CUT_H #define GUI_CUT_H extern void cutItem( char * in,char * out,char sep,int num ); extern int cutItemToInt( char * in,char sep,int num ); extern float cutItemToFloat( char * in,char sep,int num ); extern void cutChunk( char * in,char * s1 ); #endif