Diff of /trunk/src/gpx.h

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

revision 132 by harbaum, Wed Sep 16 13:45:10 2009 UTC revision 133 by harbaum, Mon Oct 12 20:27:55 2009 UTC
# Line 80  Line 80 
80  typedef struct tb {  typedef struct tb {
81    char *name;    char *name;
82    char *ref;    char *ref;
83      unsigned int id;
84    struct tb *next;    struct tb *next;
85  } tb_t;  } tb_t;
86    

Legend:
Removed from v.132  
changed lines
  Added in v.133