]> Pileus Git - grits/commitdiff
Add NEVER update for gis-data
authorAndy Spencer <andy753421@gmail.com>
Mon, 25 Jan 2010 07:47:43 +0000 (07:47 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 25 Jan 2010 09:33:08 +0000 (09:33 +0000)
src/gis-data.h

index 7deb4e674ac1d63d7aac5c7aa9f800886e4640e3..c22b59aea7fb64565bbb709d573bb1078ae73bce 100644 (file)
@@ -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