annotate gui/skin/skin.h @ 23343:a982544e5c08
Add "uclinux" as an accepted system type in the linux() test.
patch by Mike Frysinger, vapier.adi gmail com
author |
diego |
date |
Mon, 21 May 2007 06:54:06 +0000 |
parents |
17bf4f4b0715 |
children |
ce6ecb20fb44 |
rev |
line source |
23077
|
1
|
|
2 #ifndef __MY_SKIN
|
|
3 #define __MY_SKIN
|
|
4
|
|
5 #include "app.h"
|
|
6
|
|
7 extern listItems * skinAppMPlayer;
|
|
8
|
|
9 extern int skinRead( char * dname );
|
|
10 extern int skinBPRead( char * fname, txSample * bf );
|
|
11
|
|
12 // ---
|
|
13
|
|
14 extern char * trimleft( char * in );
|
|
15 extern char * strswap( char * in,char what,char whereof );
|
|
16 extern char * trim( char * in );
|
|
17
|
|
18 #endif
|