* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: allow.c,v 1.5 2001-01-12 21:37:52 thib Exp $ */
+ /* $Id: allow.c,v 1.6 2001-05-15 00:51:32 thib Exp $ */
#include "fcrontab.h"
+#include "allow.h"
int
in_file(char *str, char *file)
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: database.c,v 1.50 2001-04-21 08:50:46 thib Exp $ */
+ /* $Id: database.c,v 1.51 2001-05-15 00:46:54 thib Exp $ */
#include "fcron.h"
+#include "database.h"
int is_leap_year(int year);
int get_nb_mdays(int year, int mon);
void set_wday(struct tm *date);
void goto_non_matching(CL *line, struct tm *tm, char option);
+#define END_OF_INTERVAL 1 /* goto_non_matching() : option */
void run_normal_job(CL *line);
void run_serial_job(void);
void run_lavg_job(int i);
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: fileconf.c,v 1.43 2001-04-21 08:47:07 thib Exp $ */
+ /* $Id: fileconf.c,v 1.44 2001-05-15 00:45:21 thib Exp $ */
#include "fcrontab.h"
+#include "fileconf.h"
char *get_string(char *ptr);
int get_line(char *str, size_t size, FILE *file);
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: log.c,v 1.6 2001-04-21 08:42:33 thib Exp $ */
+ /* $Id: log.c,v 1.7 2001-05-15 00:42:48 thib Exp $ */
/* This code is inspired by Anacron's sources of
Itai Tzur <itzur@actcom.co.il> ( thanks to him ) */
#include "fcron.h"
+#include "log.h"
static void xopenlog(void);