]> git.street.me.uk Git - andy/viking.git/blobdiff - src/garminsymbols.h
Enable Cache conversion in the Python tool viking-cache.py
[andy/viking.git] / src / garminsymbols.h
index 67f7e36335809ec90aab061fa28d2b3ff84e9acb..14452e72956d35bceb75b13846860e92f91a3fba 100644 (file)
 #include <gtk/gtk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
 #include <gtk/gtk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
+G_BEGIN_DECLS
+
 GdkPixbuf *a_get_wp_sym ( const gchar *sym );
 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 ();
 
 void a_populate_sym_list ( GtkListStore *list );
 /* Use when preferences have changed to reload icons*/
 void clear_garmin_icon_syms ();
 
+G_END_DECLS
+
 #endif
 #endif