]> err.no Git - mapper/commitdiff
Add route table column IDs
authorKaj-Michael Lang <milang@angel.tal.org>
Fri, 19 Oct 2007 10:59:14 +0000 (13:59 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Fri, 19 Oct 2007 10:59:14 +0000 (13:59 +0300)
src/mapper-types.h

index 0128c5ab3f9a0dbf263509b1cb320edc97a95cc4..5e005ac4129864ae90557fa933a151b324cfeda1 100644 (file)
@@ -50,6 +50,14 @@ typedef enum {
        ACTION_EDIT_POI,
 } POIAction;
 
+/* Route list */
+typedef enum {
+       ROUTE_LATLON,
+       ROUTE_DISTANCE,
+       ROUTE_WAYPOINT,
+       ROUTE_NUM_COLUMNS
+} RouteList;
+
 /** Category list **/
 typedef enum {
        CAT_ID,