From: thib Date: Fri, 12 Sep 2003 20:55:27 +0000 (+0000) Subject: added convert-fcrontab.h X-Git-Tag: ver2_9_4~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd510890855594039729d49eb09e98baac75eb93;p=fcron added convert-fcrontab.h --- diff --git a/convert-fcrontab.c b/convert-fcrontab.c index b777e1a..1dd285c 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -22,15 +22,12 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: convert-fcrontab.c,v 1.16 2002-11-17 13:13:52 thib Exp $ */ + /* $Id: convert-fcrontab.c,v 1.17 2003-09-12 20:55:27 thib Exp $ */ +#include "convert-fcrontab.h" #include "global.h" -/* log.c */ -#include "log.h" -#include "subs.h" - -char rcs_info[] = "$Id: convert-fcrontab.c,v 1.16 2002-11-17 13:13:52 thib Exp $"; +char rcs_info[] = "$Id: convert-fcrontab.c,v 1.17 2003-09-12 20:55:27 thib Exp $"; void info(void); void usage(void);