diff loader/registry.c @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents b70f5ac9c001
children bfb8ccb245a9
line wrap: on
line diff
--- a/loader/registry.c	Wed Dec 03 20:52:27 2008 +0000
+++ b/loader/registry.c	Wed Dec 03 23:01:03 2008 +0000
@@ -24,7 +24,7 @@
 //#undef TRACE
 //#define TRACE printf
 
-extern char *get_path ( const char * );
+char *get_path(const char*);
 
 // ...can be set before init_registry() call
 char* regpathname = NULL;