summaryrefslogtreecommitdiffhomepage
path: root/src/main.h
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-15 01:34:30 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-15 01:55:16 +0530
commit5ec5449194a8f9d977d3ab0be7a1f7e5d41cb638 (patch)
tree066360df64a08d47eb9722440e2ba91775ba4fff /src/main.h
parentf25b0e287237584425bc973b5f9e843d785120d7 (diff)
Extract cmdline parsing code into a function
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 243962e..0c65fd6 100644
--- a/src/main.h
+++ b/src/main.h
@@ -50,6 +50,7 @@ struct config_s {
unsigned int syslog; /* boolean */
int port;
char *stathost;
+ unsigned int godaemon; /* boolean */
unsigned int quit; /* boolean */
char *user;
char *group;