Diff of /trunk/src/gpx.h

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

revision 204 by harbaum, Mon Nov 23 18:32:06 2009 UTC revision 205 by harbaum, Mon Nov 23 20:12:22 2009 UTC
# Line 141  typedef struct cache { Line 141  typedef struct cache {
141    char *url;    char *url;
142    int available, archived;    int available, archived;
143    gboolean found;      /* determined by log */    gboolean found;      /* determined by log */
144      gboolean mine;
145    
146    notes_t *notes;      /* user provides data. Doesn't come from gpx file */    notes_t *notes;      /* user provides data. Doesn't come from gpx file */
147    wpt_t *wpt;          /* pointer to list of waypoints */    wpt_t *wpt;          /* pointer to list of waypoints */

Legend:
Removed from v.204  
changed lines
  Added in v.205