summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
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 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