]> Pileus Git - aweather/blobdiff - src/aweather-location.h
Move RSL file handling to level2 object
[aweather] / src / aweather-location.h
index 1c3966850acdc45d3369612ad4e53352045e7282..a3a3b69b175a98a0e9339513e6c912cb17ad9fae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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
@@ -19,8 +19,9 @@
 #define __LOCATION_H__
 
 enum {
+       LOCATION_END,
        LOCATION_CITY,
-       LOCATION_STATE
+       LOCATION_STATE,
 };
 
 typedef struct {