diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 74bcc14..09a60d7 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,7 @@ -int orz = 0; int dirlist = 0; +static char *orz = 0; + static char *title = "a wiki"; static char *id = "anonymous"; static char *home = "home"; |