X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fgis-data.h;h=a065650f2973d839e14263504a1687bc79b9d0a5;hb=2de97420786e10cbf927d2afac204e9fa8640dec;hp=5fe9067dbb9dc6be509e40a55ef197f995fbcae0;hpb=14cdbb4a9c369576a5485315260fad5285935e80;p=grits diff --git a/src/gis-data.h b/src/gis-data.h index 5fe9067..a065650 100644 --- a/src/gis-data.h +++ b/src/gis-data.h @@ -1,16 +1,16 @@ /* - * Copyright (C) 2009 Andy Spencer - * + * Copyright (C) 2009-2010 Andy Spencer + * * 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 . */ @@ -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