X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=display-gtk.h;h=23fea912a9098af2fea81995601382cc023f4b75;hb=16b6df559f7b5aabbcbec7d7d08f3687b30384dc;hp=8ca5a450e35002bcc2fa708c11402a7c7c165a3b;hpb=8cca5404440960ba14ed870e77c6eb6537f4aa2e;p=ext%2Fsubsurface.git diff --git a/display-gtk.h b/display-gtk.h index 8ca5a45..23fea91 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -32,6 +32,9 @@ extern void subsurface_set_conf(char *name, pref_type_t type, const void *value) extern const void *subsurface_get_conf(char *name, pref_type_t type); extern void subsurface_close_conf(void); +extern const char *subsurface_USB_name(void); +extern const char *subsurface_icon_name(void); + extern visible_cols_t visible_cols; extern const char *divelist_font;