]> Pileus Git - aweather/blobdiff - src/aweather-location.h
Update locations file
[aweather] / src / aweather-location.h
index 44a4304d25812d6e6de5bb8947ad16968e80b7e4..a6863328c19dfefbf1f8f6cc3a373e80f7d7d437 100644 (file)
 #include "grits-util.h"
 
 enum {
-       LOCATION_END,
-       LOCATION_CITY,
-       LOCATION_STATE,
+       LOCATION_END,   // Special marker for end-of-list
+       LOCATION_CITY,  // Cities (actually radars)
+       LOCATION_STATE, // States (for indexing)
+       LOCATION_NOP,   // Missing from IDD for some reason
 };
 
 typedef struct {