* Implemented a bunch of user account related functions in the
[citadel.git] / citadel / config_decls.h
1 void get_config();
2 extern struct config config;
3 extern char bbs_home_directory[PATH_MAX];
4 extern int home_specified;