From: thib Date: Mon, 30 Apr 2001 03:02:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9935f3c4d9328be886969851f3025ff4bcab850;p=fcron *** empty log message *** --- diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 98a5a98..93d71b1 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -22,11 +22,12 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: convert-fcrontab.c,v 1.1 2001-04-29 22:22:56 thib Exp $ */ + /* $Id: convert-fcrontab.c,v 1.2 2001-04-30 03:02:28 thib Exp $ */ + #include "convert-fcrontab.h" -char rcs_info[] = "$Id: convert-fcrontab.c,v 1.1 2001-04-29 22:22:56 thib Exp $"; +char rcs_info[] = "$Id: convert-fcrontab.c,v 1.2 2001-04-30 03:02:28 thib Exp $"; void info(void); void usage(void);