* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / config.h
1 /*
2  * $Id$
3  *
4  */
5
6 void get_config(void);
7 void put_config(void);
8 extern struct config config;
9 extern char bbs_home_directory[PATH_MAX];
10 extern int home_specified;