aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorthe little girl <yui@blekksprut.net>2014-02-21 14:59:05 +0100
committerthe little girl <yui@blekksprut.net>2014-02-21 14:59:05 +0100
commit827c442ab3586e6019b97714ca0b925a4625a361 (patch)
tree1c90b0c7d62a2a3043249eecd33cb5ce061cf691 /config.def.h
parent1df69d24a8ff337393e9cdd6cdfbba81f008d374 (diff)
downloadukulele-827c442ab3586e6019b97714ca0b925a4625a361.tar.xz
ikke lenger hardkode home
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
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;