]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
code cleaning
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 12 Sep 2001 13:38:45 +0000 (13:38 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Wed, 12 Sep 2001 13:38:45 +0000 (13:38 +0000)
fcrontab.h

index 7fbe1161e7cd0cb720140b895a2a5c64d753e02b..d789ad57695a578cd553f639824d74bb2a4080b2 100644 (file)
  *  `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__ */