comparison Gui/skin/skin.h @ 8280:72700fefd3dc

no seeking if stream is STREAMTYPE_STREAM (net/stdin)
author pontscho
date Mon, 25 Nov 2002 17:33:30 +0000
parents d6c99f70449e
children 0a665389cf2b
comparison
equal deleted inserted replaced
8279:fade8f754da0 8280:72700fefd3dc
9 //extern listItems * skinAppRadio; 9 //extern listItems * skinAppRadio;
10 10
11 extern int skinRead( char * dname ); 11 extern int skinRead( char * dname );
12 extern int skinBPRead( char * fname, txSample * bf ); 12 extern int skinBPRead( char * fname, txSample * bf );
13 13
14 extern void btnModify( int event,float state );
15 extern float btnGetValue( int event );
16
17 // --- 14 // ---
18 15
19 extern char * strdelspacesbeforecommand( char * in ); 16 extern char * strdelspacesbeforecommand( char * in );
20 extern char * strswap( char * in,char what,char whereof ); 17 extern char * strswap( char * in,char what,char whereof );
21 extern char * strdelspaces( char * in ); 18 extern char * strdelspaces( char * in );