X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Faweather-location.h;h=7eaa3d27aa47eb5a831a7c32abb1f73fb8bcd412;hb=b669a540beef89cb39fa1f7ec195002eca47440b;hp=44a4304d25812d6e6de5bb8947ad16968e80b7e4;hpb=a9b6cd4bb2b4b9a424fa63843a3fbcef05429c88;p=aweather diff --git a/src/aweather-location.h b/src/aweather-location.h index 44a4304..7eaa3d2 100644 --- a/src/aweather-location.h +++ b/src/aweather-location.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,9 +21,10 @@ #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 {