view Gui/skin/skin.h @ 21332:7f53c807d593

feed the content of NAV_PACKET to the demuxer
author nicodvb
date Mon, 27 Nov 2006 23:21:23 +0000
parents 0e1471d9da74
children
line wrap: on
line source


#ifndef __MY_SKIN
#define __MY_SKIN

#include "app.h"

extern listItems     * skinAppMPlayer;

extern int skinRead( char * dname  );
extern int skinBPRead( char * fname, txSample * bf );

// ---

extern char * trimleft( char * in );
extern char * strswap( char * in,char what,char whereof );
extern char * trim( char * in );

#endif