[fix] Adding NUM_BOUNDARY_TYPES for enumeration purposes

This commit is contained in:
Al
2015-07-08 16:43:57 -04:00
parent 4a2be72350
commit c0a5607f5e

View File

@@ -23,7 +23,8 @@ typedef enum {
GEONAMES_ADMIN4 = 4, GEONAMES_ADMIN4 = 4,
GEONAMES_ADMIN_OTHER = 5, GEONAMES_ADMIN_OTHER = 5,
GEONAMES_LOCALITY = 6, GEONAMES_LOCALITY = 6,
GEONAMES_NEIGHBORHOOD = 7 GEONAMES_NEIGHBORHOOD = 7,
NUM_BOUNDARY_TYPES
} boundary_type_t; } boundary_type_t;
typedef struct buffer { typedef struct buffer {