summaryrefslogtreecommitdiffstats
path: root/include/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index e15b10f1..e15427b4 100644
--- a/include/db.h
+++ b/include/db.h
@@ -125,6 +125,9 @@ typedef enum {
#define CONDITION_VALUE_LEN 255
#define CONDITION_VALUE_LEN_MAX CONDITION_VALUE_LEN+1
+#define PROXY_NAME_LEN 64
+#define PROXY_NAME_LEN_MAX PROXY_NAME_LEN+1
+
#define HOST_HOST_LEN 64
#define HOST_HOST_LEN_MAX HOST_HOST_LEN+1
#define HOST_DNS_LEN 64