]> Pileus Git - grits/blobdiff - src/gis-data.h
Add NEVER update for gis-data
[grits] / 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