From: Thibault Godouet Date: Wed, 12 Sep 2001 13:38:45 +0000 (+0000) Subject: code cleaning X-Git-Tag: ver2_9_4~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f36a52b73822cb6c047f2cc13f249a566715bf;p=thirdparty%2Ffcron.git code cleaning --- diff --git a/fcrontab.h b/fcrontab.h index 7fbe116..d789ad5 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -21,25 +21,19 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.h,v 1.11 2001-06-22 21:07:16 thib Exp $ */ + /* $Id: fcrontab.h,v 1.12 2001-09-12 13:38:45 thib Exp $ */ #ifndef __FCRONTAB_H__ #define __FCRONTAB_H__ #include "global.h" - /* global variables */ extern char debug_opt; -extern CF *file_base; +extern struct CF *file_base; extern char *user; extern uid_t uid; extern uid_t asuid; extern uid_t fcrontab_uid; -/* prototype definition */ - -#include "allow.h" -#include "fileconf.h" - #endif /* __FCRONTAB_H__ */