/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
* BSD-style license. Please see the COPYING file for details.
*/#ifndef _CONFIGURATION_H
#define_CONFIGURATION_H#include<stdio.h>structblerg_configuration{char base_path[FILENAME_MAX];char data_path[FILENAME_MAX];char hash_tags_path[FILENAME_MAX];char ref_tags_path[FILENAME_MAX];};intblerg_configuration_init();externstruct blerg_configuration blergconf;#endif//_CONFIGURATION_H