* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / config.h
index 7de965864780ec448c4fcdeb4139caa945cfb8cb..7b19059461b0c43115e32494323179816a608df8 100644 (file)
@@ -8,5 +8,5 @@
 void get_config(void);
 void put_config(void);
 extern struct config config;
-extern char bbs_home_directory[PATH_MAX];
+extern char ctdl_home_directory[PATH_MAX];
 extern int home_specified;