summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/blog.h b/blog.h
index 3ce3976..6defd95 100644
--- a/blog.h
+++ b/blog.h
@@ -1,7 +1,8 @@
#ifndef BLOG_H
#define BLOG_H
-#define PASSWORD_FILE "/blog/password"
+#define PASSWORD_FILE "/blog/password"
+#define DATA_DIRECTORY "/jakob/blog"
void read_post_data(void);
char *find_post_data(char *key);