]> Pileus Git - grits/blobdiff - src/gis-data.h
Update copyright and email address
[grits] / src / gis-data.h
index 5fe9067dbb9dc6be509e40a55ef197f995fbcae0..a065650f2973d839e14263504a1687bc79b9d0a5 100644 (file)
@@ -1,16 +1,16 @@
 /*
- * 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
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
@@ -21,6 +21,7 @@
 #include <libsoup/soup.h>
 
 typedef enum {
+       GIS_NEVER,   // Never cache the file (for offline mode)
        GIS_ONCE,    // Cache the file if it does not exist
        GIS_UPDATE,  // Append additional data to cached copy (resume)
        GIS_REFRESH, // Delete existing file and cache a new copy