1 /* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
2 * BSD-style license. Please see the COPYING file for details.
4 #ifndef _CONFIGURATION_H
5 #define _CONFIGURATION_H
9 struct blerg_configuration {
10 char base_path[FILENAME_MAX];
11 char data_path[FILENAME_MAX];
12 char hash_tags_path[FILENAME_MAX];
13 char ref_tags_path[FILENAME_MAX];
16 int blerg_configuration_init();
18 extern struct blerg_configuration blergconf;
20 #endif //_CONFIGURATION_H