First uC-compilable version, not tested yet
[efax.git] / efaxmsg.h
index d148bbb..f271adc 100644 (file)
--- a/efaxmsg.h
+++ b/efaxmsg.h
@@ -18,7 +18,6 @@ extern char *verb[] ;         /* types of messages to print */
 extern char *argv0 ;           /* program name */
 
 char *cname ( unsigned char c ) ;
-time_t tstamp ( time_t last, FILE *f ) ;
 int msg ( char *fmt, ... ) ;
 
 extern int nxtoptind ;