diff options
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h index cd8496d2a..dcab97aa0 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -71,6 +71,7 @@ extern GtkWidget *weightsystem_list_widget(int w_idx); extern GtkWidget *dive_list_create(void); extern void dive_list_destroy(void); +extern GdkPixbuf *get_gps_icon(void); /* Helper functions for gtk combo boxes */ extern GtkEntry *get_entry(GtkComboBox *); |