summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2012-12-30 20:33:58 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2012-12-30 20:33:58 +0100
commit571790ba31a48c108e42c4ae10f8e63ae734c376 (patch)
tree89496b45ad6777abd4eced4b860e6b3ae9df0d60 /src/setup.h
parent6dd7e0f9073e366cb7420e8b61eacbc6c05faae5 (diff)
downloadcataract-571790ba31a48c108e42c4ae10f8e63ae734c376.tar.xz
setup: Introduce location section and reorganize
More and more we need to know local and public locations for various features. Let's introduce general keys once and for all.
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/setup.h b/src/setup.h
index 7e4ce1e..c34d861 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -78,7 +78,10 @@ typedef struct {
gboolean feed_enabled;
gchar *feed_filename;
gchar *feed_title;
- gchar *feed_base_url;
+
+ /* location section */
+ gchar *location_base_url;
+ gchar *location_local_path;
/* footer section */
gchar *footer;