diff stream/stream_cdda.c @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents 1d2faa1020fb
children 0f1b5b68af32
line wrap: on
line diff
--- a/stream/stream_cdda.c	Wed Dec 03 20:52:27 2008 +0000
+++ b/stream/stream_cdda.c	Wed Dec 03 23:01:03 2008 +0000
@@ -88,9 +88,9 @@
   {NULL, NULL, 0, 0, 0, 0, NULL}
 };
 
-extern int cdd_identify(const char *dev);
-extern int cddb_resolve(const char *dev, char **xmcd_file);
-extern cd_info_t* cddb_parse_xmcd(char *xmcd_file);
+int cdd_identify(const char *dev);
+int cddb_resolve(const char *dev, char **xmcd_file);
+cd_info_t* cddb_parse_xmcd(char *xmcd_file);
 
 static int seek(stream_t* s,off_t pos);
 static int fill_buffer(stream_t* s, char* buffer, int max_len);