--- trunk/src/gpxview.h 2009/12/03 16:44:44 227 +++ trunk/src/gpxview.h 2009/12/03 20:07:13 228 @@ -206,6 +206,7 @@ /* keep track of current "path" in the bread crumb trail */ gpx_t *cur_gpx; cache_t *cur_cache; + struct cache_context_s *cache_context; gpx_t *search_results; @@ -247,6 +248,7 @@ #include "precpos.h" #include "garmin_export.h" #include "geotoad.h" +#include "about.h" #ifdef ENABLE_OSM_GPS_MAP #include "map-tool.h" @@ -291,5 +293,6 @@ gboolean gpxlist_find(appdata_t *appdata, GtkTreeIter *iter, gpx_t *gpx); void gpxlist_set(GtkListStore *store, GtkTreeIter *iter, gpx_t *gpx); void gpxlist_add(appdata_t *appdata, gpx_t *new); +void cachelist_redraw(appdata_t *appdata); #endif // GPXVIEW_H