summaryrefslogtreecommitdiff
path: root/navit/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/osd.h')
-rw-r--r--navit/osd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/osd.h b/navit/osd.h
index 65ea1e61f..5696f4a8b 100644
--- a/navit/osd.h
+++ b/navit/osd.h
@@ -70,6 +70,7 @@ 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);
+int osd_get_attr(struct osd *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
/* end of prototypes */
#endif