Mercurial > mplayer.hg
view Gui/skin/skin.h @ 13144:29a48ea224e8
properly set linking flags for NetBSD, patch by jb13@gomerbud.com
author | diego |
---|---|
date | Thu, 26 Aug 2004 01:06:02 +0000 |
parents | 634a2b279b1a |
children | 0e1471d9da74 |
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