--- news_arc.c.orig	Sat Jan 21 23:43:40 1995
+++ news_arc.c	Wed May 30 17:21:11 2007
@@ -67,6 +67,7 @@
 void write_patch_log();
 char *readline();               /* local function declaration      */
 
+void write_archived(char *filename, char *message_id, char *path);
 
 void get_header(filename)
     char *filename;
@@ -855,7 +856,7 @@
     int seqnum;
     int zfill;
 {
-    long time();
+    time_t time();
     struct tm *localtime();
 
     long clk;
