view gui/skin/cut.h @ 23304:7e25711f6427

Remove extern C declarations for C++. FFmpeg is pure C and not all public headers have the declarations.
author diego
date Wed, 16 May 2007 12:26:47 +0000
parents 17bf4f4b0715
children f15bce7943b9
line wrap: on
line source


#ifndef _CUT_H
#define _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