summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 0c65fd6..b265d6d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -49,7 +49,7 @@ struct config_s {
const char *config_file;
unsigned int syslog; /* boolean */
int port;
- char *stathost;
+ const char *stathost;
unsigned int godaemon; /* boolean */
unsigned int quit; /* boolean */
char *user;