From d95d9dc8d89fcf310c420e6a97fbe0f83c54dda5 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Tue, 15 May 2001 00:46:11 +0000 Subject: [PATCH] before loading a header file, check if it has already been loaded --- conf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf.h b/conf.h index 7055dda..6c88e3b 100644 --- a/conf.h +++ b/conf.h @@ -21,11 +21,15 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: conf.h,v 1.1 2001-04-29 22:21:09 thib Exp $ */ + /* $Id: conf.h,v 1.2 2001-05-15 00:46:11 thib Exp $ */ +#ifndef __CONF_H__ +#define __CONF_H__ /* functions prototypes */ extern void reload_all(const char *dir_name); extern void synchronize_dir(const char *dir_name); extern void delete_file(const char *user_name); extern void save_file(CF *file_name); + +#endif /* __CONF_H__ */ -- 2.47.3