summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2003-12-05 02:33:05 +0000
committerIan C <ianc@noddybox.co.uk>2003-12-05 02:33:05 +0000
commitc25680ee19e813f15f54b5abd43062bace295852 (patch)
tree24a5df3fabdad7c14f934973384098b8cc2717b4 /src/config.h
parent8520befe602e9b90d455342068a623f2cf89f631 (diff)
Initial working version
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index a2ddc78..40140dc 100644
--- a/src/config.h
+++ b/src/config.h
@@ -41,7 +41,6 @@ typedef enum
CONFIG_USERNAME,
CONFIG_PASSWORD,
CONFIG_LOG,
- CONFIG_DELETE_LOG
} ConfigStringVar;
@@ -54,7 +53,8 @@ typedef enum
CONFIG_CASESENSE,
CONFIG_DEJUNK,
CONFIG_TESTMODE,
- CONFIG_BLOCKHTML
+ CONFIG_BLOCKHTML,
+ CONFIG_VERBOSE
} ConfigIntVar;
/* ---------------------------------------- INTERFACES