Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
[citadel.git] / citadel / aidepost.c
index 7a9f96bbd7e866c03207e9fa1c91496067a7ca76..f71a0af8ce49105d3ec79da37561cb34ef64770e 100644 (file)
@@ -7,13 +7,12 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <time.h>
+#include <limits.h>
 #include "citadel.h"
+#include "config.h"
 
-void get_config();
-struct config config;
-
-void make_message(filename)
-char *filename; {
+void make_message(char *filename)
+{
        FILE *fp;
        int a;
        long bb,cc,now;
@@ -42,9 +41,7 @@ char *filename; {
        fclose(fp);
        }
 
-void main(argc,argv)
-int argc;
-char *argv[];
+void main(int argc, char **argv)
 {
        char tempbase[32];
        char temptmp[64];