From e4b94f330961330c738de6a762b80042d5b4d1a6 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Fri, 12 Sep 2003 20:55:27 +0000 Subject: [PATCH] added convert-fcrontab.h --- convert-fcrontab.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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); -- 2.47.3