[MPlayer-cvslog] r23212 - trunk/gui/bitmap.h

reimar subversion at mplayerhq.hu
Wed May 2 18:17:16 CEST 2007


Author: reimar
Date: Wed May  2 18:17:16 2007
New Revision: 23212

Log:
Remove useless extern before function prototypes


Modified:
   trunk/gui/bitmap.h

Modified: trunk/gui/bitmap.h
==============================================================================
--- trunk/gui/bitmap.h	(original)
+++ trunk/gui/bitmap.h	Wed May  2 18:17:16 2007
@@ -10,9 +10,9 @@ typedef struct _txSample
  char *        Image;
 } txSample;
 
-extern int bpRead( char * fname, txSample * bf );
-extern int conv24to32( txSample * bf );
-extern void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
-extern void Convert1to32( txSample * in,txSample * out );
+int bpRead( char * fname, txSample * bf );
+int conv24to32( txSample * bf );
+void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
+void Convert1to32( txSample * in,txSample * out );
 
 #endif /* __BITMAP_H */



More information about the MPlayer-cvslog mailing list