summaryrefslogtreecommitdiffstats
path: root/gui/skin/skin.h
blob: 0411b27e13fd3614e0e8dd94b0621400f62aa09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MPLAYER_GUI_SKIN_H
#define MPLAYER_GUI_SKIN_H

#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 /* MPLAYER_GUI_SKIN_H */