X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/b0fcb409d4bbd8243676f3e520e505fc68343351..0c0b650b11ab46ec0ce0dc68e7c81b6936b7c2e6:/src/garminsymbols.h?ds=inline diff --git a/src/garminsymbols.h b/src/garminsymbols.h index 67f7e363..14452e72 100644 --- a/src/garminsymbols.h +++ b/src/garminsymbols.h @@ -26,9 +26,14 @@ #include #include +G_BEGIN_DECLS + GdkPixbuf *a_get_wp_sym ( const gchar *sym ); +const gchar *a_get_hashed_sym ( const gchar *sym ); void a_populate_sym_list ( GtkListStore *list ); /* Use when preferences have changed to reload icons*/ void clear_garmin_icon_syms (); +G_END_DECLS + #endif