summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorAlex Dowad <alexinbeijing@gmail.com>2014-04-17 21:48:50 +0200
committerTimo Teräs <timo.teras@iki.fi>2014-04-25 10:21:03 +0300
commitbc510426cc7981cafa2c9a350f56d2489000a61d (patch)
treea148e69af5fe5bfc021e0c20cbbdb7076a216b70 /src/config.h
parent4f30890daa5f982a43bbe41e89129e27578cae81 (diff)
downloadsquark-bc510426cc7981cafa2c9a350f56d2489000a61d.tar.bz2
squark-bc510426cc7981cafa2c9a350f56d2489000a61d.tar.xz
squark-filter, squark-auth-ip: filter DB file path can be set using -d option
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index de633f5..fc3328c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -5,6 +5,6 @@
extern const char *squark_version;
extern char *squark_config;
-extern const char *squark_dbname;
+extern char *squark_dbname;
#endif