Diff of /trunk/src/map-tool.h

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

revision 239 by harbaum, Sat Dec 12 12:54:37 2009 UTC revision 240 by harbaum, Sat Dec 12 20:56:23 2009 UTC
# Line 20  Line 20 
20  #ifndef MAP_TOOL_H  #ifndef MAP_TOOL_H
21  #define MAP_TOOL_H  #define MAP_TOOL_H
22    
23  typedef enum { MAP_NONE=0, MAP_ALL, MAP_GPX, MAP_CACHE } map_state_t;  typedef enum { MAP_NONE=0, MAP_ALL, MAP_GPX, MAP_CACHE, MAP_SEARCH } map_state_t;
24    
25  typedef struct {  typedef struct {
26    char *id;    char *id;

Legend:
Removed from v.239  
changed lines
  Added in v.240