Diff of /trunk/src/gpxview.h

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

revision 222 by harbaum, Thu Nov 26 10:05:23 2009 UTC revision 223 by harbaum, Tue Dec 1 20:03:51 2009 UTC
# Line 290  void cachelist_goto_cache(appdata_t *app Line 290  void cachelist_goto_cache(appdata_t *app
290  void gpxlist_goto_cachelist(appdata_t *appdata, gpx_t *gpx);  void gpxlist_goto_cachelist(appdata_t *appdata, gpx_t *gpx);
291  gboolean gpxlist_find(appdata_t *appdata, GtkTreeIter *iter, gpx_t *gpx);  gboolean gpxlist_find(appdata_t *appdata, GtkTreeIter *iter, gpx_t *gpx);
292  void gpxlist_set(GtkListStore *store, GtkTreeIter *iter, gpx_t *gpx);  void gpxlist_set(GtkListStore *store, GtkTreeIter *iter, gpx_t *gpx);
293    void gpxlist_add(appdata_t *appdata, gpx_t *new);
294    
295  #endif // GPXVIEW_H  #endif // GPXVIEW_H

Legend:
Removed from v.222  
changed lines
  Added in v.223