aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-16 17:25:24 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-16 17:25:24 +0100
commit896195002cc903ec4b1ef7e1468f73c1dc08df9e (patch)
tree1ee15fa5a29e465a7b51e4c1162b02474fef3881 /conf.h
parent903a2fcc60f82f52fe05c79250e6875dc48f23f0 (diff)
read root's welcome message from a file (like tho MOTD)
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index d21ec577..75c5ddb4 100644
--- a/conf.h
+++ b/conf.h
@@ -44,6 +44,7 @@ typedef struct conf
char *plugindir;
char *pidfile;
char *motdfile;
+ char *welcomefile;
char *primary_storage;
char **migrate_storage;
int ping_interval;