Diff of /trunk/src/gpxview.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 227 by harbaum, Tue Dec 1 20:03:51 2009 UTC revision 228 by harbaum, Thu Dec 3 20:07:13 2009 UTC
# Line 206  typedef struct { Line 206  typedef struct {
206    /* keep track of current "path" in the bread crumb trail */    /* keep track of current "path" in the bread crumb trail */
207    gpx_t *cur_gpx;    gpx_t *cur_gpx;
208    cache_t *cur_cache;    cache_t *cur_cache;
209      struct cache_context_s *cache_context;
210    
211    gpx_t *search_results;    gpx_t *search_results;
212    
# Line 247  typedef struct { Line 248  typedef struct {
248  #include "precpos.h"  #include "precpos.h"
249  #include "garmin_export.h"  #include "garmin_export.h"
250  #include "geotoad.h"  #include "geotoad.h"
251    #include "about.h"
252    
253  #ifdef ENABLE_OSM_GPS_MAP  #ifdef ENABLE_OSM_GPS_MAP
254  #include "map-tool.h"  #include "map-tool.h"
# Line 291  void gpxlist_goto_cachelist(appdata_t *a Line 293  void gpxlist_goto_cachelist(appdata_t *a
293  gboolean gpxlist_find(appdata_t *appdata, GtkTreeIter *iter, gpx_t *gpx);  gboolean gpxlist_find(appdata_t *appdata, GtkTreeIter *iter, gpx_t *gpx);
294  void gpxlist_set(GtkListStore *store, GtkTreeIter *iter, gpx_t *gpx);  void gpxlist_set(GtkListStore *store, GtkTreeIter *iter, gpx_t *gpx);
295  void gpxlist_add(appdata_t *appdata, gpx_t *new);  void gpxlist_add(appdata_t *appdata, gpx_t *new);
296    void cachelist_redraw(appdata_t *appdata);
297    
298  #endif // GPXVIEW_H  #endif // GPXVIEW_H

Legend:
Removed from v.227  
changed lines
  Added in v.228