Fix:Core:Adds in forgotten prototype
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 16 Apr 2011 20:35:40 +0000 (20:35 +0000)
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 16 Apr 2011 20:35:40 +0000 (20:35 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4437 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/osd.h

index 675283b..65ea1e6 100644 (file)
@@ -69,6 +69,7 @@ void osd_set_std_graphic(struct navit *nav, struct osd_item *item, struct osd_pr
 void osd_std_resize(struct osd_item *item);
 void osd_std_draw(struct osd_item *item);
 struct osd* osd_get_osd_by_name(char *name);
+int osd_set_attr(struct osd *osd, struct attr* attr);
 /* end of prototypes */
 
 #endif