comparison gui/mplayer/gui_common.c @ 27207:e1c5299a4114

Mark function not used outside of the file as static.
author diego
date Tue, 08 Jul 2008 15:55:32 +0000
parents b0a7b35b78d2
children e7c989f7a7c9
comparison
equal deleted inserted replaced
27206:d7ca6e534a51 27207:e1c5299a4114
48 #include "play.h" 48 #include "play.h"
49 #include "widgets.h" 49 #include "widgets.h"
50 50
51 extern unsigned int GetTimerMS( void ); 51 extern unsigned int GetTimerMS( void );
52 52
53 inline void TranslateFilename( int c,char * tmp,size_t tmplen ) 53 static inline void TranslateFilename( int c,char * tmp,size_t tmplen )
54 { 54 {
55 int i; 55 int i;
56 char * p; 56 char * p;
57 57
58 switch ( guiIntfStruct.StreamType ) 58 switch ( guiIntfStruct.StreamType )