Return the status of token removal in auth_logout
[blerg.git] / database / configuration.h
index 90bfb9d..f560d0d 100644 (file)
@@ -8,6 +8,9 @@
 
 struct blerg_configuration {
        char base_path[FILENAME_MAX];
+       char data_path[FILENAME_MAX];
+       char hash_tags_path[FILENAME_MAX];
+       char ref_tags_path[FILENAME_MAX];
 };
 
 int blerg_configuration_init();