From: Andy Spencer Date: Mon, 25 Jan 2010 07:47:43 +0000 (+0000) Subject: Add NEVER update for gis-data X-Git-Tag: v0.4~134 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=39dae1ddebdf73dc2e5928a5f9fa0bdd6d4fa934 Add NEVER update for gis-data --- diff --git a/src/gis-data.h b/src/gis-data.h index 7deb4e6..c22b59a 100644 --- a/src/gis-data.h +++ b/src/gis-data.h @@ -21,6 +21,7 @@ #include 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