Diff of /trunk/src/gpx.h

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

revision 136 by harbaum, Tue Oct 13 14:36:07 2009 UTC revision 137 by harbaum, Mon Oct 19 18:21:20 2009 UTC
# Line 91  typedef struct tb { Line 91  typedef struct tb {
91  typedef struct log {  typedef struct log {
92    int  day, month, year;    int  day, month, year;
93    int  type;    int  type;
94    char *finder;    user_t *finder;
95    char *text;    char *text;
96    
97    struct log *next;    struct log *next;

Legend:
Removed from v.136  
changed lines
  Added in v.137