From: robertl Date: Fri, 5 May 2006 18:58:12 +0000 (+0000) Subject: Publish proto for gs_get_container for geoniche. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2872 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c074ee2cc9758c802f90aabfefab4c7f3948c6e3;p=gpsbabel.git Publish proto for gs_get_container for geoniche. --- diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index ab9326fd0..28d15d2cb 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -651,6 +651,7 @@ time_t current_time(void); signed int month_lookup(const char *m); const char *get_cache_icon(const waypoint *waypointp); const char *gs_get_cachetype(geocache_type t); +const char *gs_get_container(geocache_container t); char * xml_entitize(const char * str); char * html_entitize(const char * str); char * strip_html(const utf_string*);