Diff of /trunk/src/gpx.h

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

revision 293 by harbaum, Tue Aug 17 19:00:06 2010 UTC revision 294 by harbaum, Wed Aug 18 18:24:19 2010 UTC
# Line 122  Line 122 
122  #define ATT_FIRSTAID           42  #define ATT_FIRSTAID           42
123  #define ATT_COW                43  #define ATT_COW                43
124  #define ATT_FLASHLIGHT         44  #define ATT_FLASHLIGHT         44
 #define ATT_MAX                (ATT_FLASHLIGHT)  
   
125  // august 2010 attributes  // august 2010 attributes
126  #define ATT_LANDF              45  #define ATT_LANDF              45
127  #define ATT_UNKNOWN1           46  // <-- ???  #define ATT_UNKNOWN1           46  // <-- ???
# Line 140  Line 138 
138  #define ATT_HIKE_LONG          57  #define ATT_HIKE_LONG          57
139  #define ATT_FUEL               58  #define ATT_FUEL               58
140  #define ATT_FOOD               59  #define ATT_FOOD               59
141    #define ATT_MAX                (ATT_FOOD)
142    
143  typedef struct attribute {  typedef struct attribute {
144    char *name;    char *name;

Legend:
Removed from v.293  
changed lines
  Added in v.294