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 ea4a312..f2c5857 100644 --- a/config.def.h +++ b/config.def.h @@ -1,12 +1,13 @@ static char *title = "a wiki"; static char *id = "anonymous"; +static char *home = "home"; static char *loft = ".loft"; static char *links[][2] = { { "home", "home" }, { "planer", "planer" }, - 0 + { 0 } }; static char *(*authenticate)() = NULL; |