From 3bde8068c40260dcc9fc63366d968b356f3af811 Mon Sep 17 00:00:00 2001 From: thib Date: Thu, 29 Apr 2004 19:36:38 +0000 Subject: [PATCH] added free_conf() --- subs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subs.h b/subs.h index d3c3d76..765bb76 100644 --- a/subs.h +++ b/subs.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: subs.h,v 1.7 2003-12-25 22:52:53 thib Exp $ */ + /* $Id: subs.h,v 1.8 2004-04-29 19:36:38 thib Exp $ */ #ifndef __SUBS_H__ #define __SUBS_H__ @@ -47,5 +47,6 @@ extern char *strdup2(const char *); extern int get_word(char **str); extern int temp_file(char **name); extern void read_conf(void); +extern void free_conf(void); #endif /* __SUBS_H__ */ -- 2.40.0