]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgform.c
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / msgform.c
index efba635cdbf1229658356f8a888958e5ed00d3c3..e4f80b6665cfdfd7ac61996d4a261be516b7f630 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * msgform.c v2.1
- * see copyright.doc for copyright information
+ * $Id$
  * 
  * This is simply a filter that converts Citadel binary message format
  * to readable, formatted output.
@@ -9,6 +8,7 @@
  * then it stops at the end of the first message it prints.
  * This is used by the QWK reader for Citadel/UX during message format
  * translation.
+ *
  */
 
 #include "sysdep.h"
@@ -48,7 +48,7 @@ int main(int argc, char **argv)
        char bbb[1024];
        char subject[1024];
        FILE *fp;
-       long now;
+       time_t now;
 
        if (argc==2) if (!strcmp(argv[1],"-q")) qwk = 1;
        fp=stdin;