Changes to fully support accessing pazpar2 through a proxy.
[pazpar2-moved-to-github.git] / src / settings.h
index fda7bc0..767d487 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: settings.h,v 1.16 2007-04-22 15:07:10 adam Exp $
+/* $Id: settings.h,v 1.19 2007-07-03 11:21:48 adam Exp $
    Copyright (c) 2006-2007, Index Data.
 
 This file is part of Pazpar2.
@@ -35,6 +35,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #define PZ_NAME          10
 #define PZ_QUERYENCODING 11
 #define PZ_IP            12
+#define PZ_ZPROXY        13
+#define PZ_APDULOG       14
 
 
 struct setting
@@ -49,6 +51,7 @@ struct setting
 int settings_num(void);
 void settings_read(const char *path);
 int settings_offset(const char *name);
+int settings_offset_cprefix(const char *name);
 void init_settings(void);
 
 #endif