Mercurial > mplayer.hg
view Gui/skin/skin.h @ 9457:ea1c0a4520bf
Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live.com>
author | bertrand |
---|---|
date | Tue, 18 Feb 2003 22:33:44 +0000 |
parents | 0a665389cf2b |
children | 634a2b279b1a |
line wrap: on
line source
#ifndef __MY_SKIN #define __MY_SKIN #include "../app.h" extern listItems * skinAppMPlayer; //extern listItems * skinAppTV; //extern listItems * skinAppRadio; 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