Diff of /trunk/src/gpx.h

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

revision 137 by harbaum, Mon Oct 19 18:21:20 2009 UTC revision 138 by harbaum, Tue Oct 20 13:25:04 2009 UTC
# Line 92  typedef struct log { Line 92  typedef struct log {
92    int  day, month, year;    int  day, month, year;
93    int  type;    int  type;
94    user_t *finder;    user_t *finder;
95      unsigned int id;
96    char *text;    char *text;
97    
98    struct log *next;    struct log *next;

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