diff options
author | Alex Dowad <alexinbeijing@gmail.com> | 2014-04-16 21:59:58 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-04-25 10:20:51 +0300 |
commit | 4f30890daa5f982a43bbe41e89129e27578cae81 (patch) | |
tree | e90d9fe8d682e3bd9c6d137db1f99190a460fa6f /src/config.h | |
parent | e3c03dedff0342a6982de37c491b2c2c724988ae (diff) | |
download | squark-4f30890daa5f982a43bbe41e89129e27578cae81.tar.bz2 squark-4f30890daa5f982a43bbe41e89129e27578cae81.tar.xz |
squark-filter, squark-auth-ip: config file path can be set using -c option
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 933a663..de633f5 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ #define DEFAULT_LOGOUT_TIMEOUT (15*60) /* seconds */ extern const char *squark_version; -extern const char *squark_config; +extern char *squark_config; extern const char *squark_dbname; #endif |