Sun Aug 2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
authorNathan Bryant <loanshark@uncensored.citadel.org>
Mon, 3 Aug 1998 01:11:13 +0000 (01:11 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Mon, 3 Aug 1998 01:11:13 +0000 (01:11 +0000)
        * config_defs.h: renamed to config_decls.h
        * config.c, sysoputil.c: updated to reflect the above

citadel/ChangeLog
citadel/config.c
citadel/config_decls.h [new file with mode: 0644]
citadel/config_defs.h [deleted file]

index a90e50b0a15cff401b5b1e58b972bdf2f167bb07..4246d4c35bd13fcafc6598720616b547867f84e3 100644 (file)
@@ -1,3 +1,7 @@
+Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * config_defs.h: renamed to config_decls.h
+       * config.c, sysoputil.c: updated to reflect the above
+
 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
        * config_defs.h: new file, contains external declarations from config.c
        * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
index 0a538a21c5280f4993272a28288a0edc2304069b..68fa84b40eea3a17d3129786aec9c56cde30a7ba 100644 (file)
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <limits.h>
 #include "citadel.h"
-#include "config_defs.h"
+#include "config_decls.h"
 
 struct config config;
 char bbs_home_directory[PATH_MAX];
diff --git a/citadel/config_decls.h b/citadel/config_decls.h
new file mode 100644 (file)
index 0000000..d680844
--- /dev/null
@@ -0,0 +1,4 @@
+void get_config();
+extern struct config config;
+extern char bbs_home_directory[PATH_MAX];
+extern int home_specified;
diff --git a/citadel/config_defs.h b/citadel/config_defs.h
deleted file mode 100644 (file)
index d680844..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-void get_config();
-extern struct config config;
-extern char bbs_home_directory[PATH_MAX];
-extern int home_specified;