diff libvo/font_load.c @ 24242:76f5d8892c04

Clean up the way get_path is handled: Compile get_path.c to an object to link against instead of directly #including the C file and replace the many extern declarations by a proper header file.
author diego
date Tue, 28 Aug 2007 11:20:24 +0000
parents 4186a45ce6c8
children 188964a48302
line wrap: on
line diff
--- a/libvo/font_load.c	Tue Aug 28 11:04:36 2007 +0000
+++ b/libvo/font_load.c	Tue Aug 28 11:20:24 2007 +0000
@@ -10,8 +10,6 @@
 #include "font_load.h"
 #include "mp_msg.h"
 
-extern char *get_path ( char * );
-
 raw_file* load_raw(char *name,int verbose){
     int bpp;
     raw_file* raw=malloc(sizeof(raw_file));