From 39dae1ddebdf73dc2e5928a5f9fa0bdd6d4fa934 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 25 Jan 2010 07:47:43 +0000 Subject: [PATCH] Add NEVER update for gis-data --- src/gis-data.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2