]> granicus.if.org Git - fcron/commitdiff
added free_conf()
authorthib <thib>
Thu, 29 Apr 2004 19:36:38 +0000 (19:36 +0000)
committerthib <thib>
Thu, 29 Apr 2004 19:36:38 +0000 (19:36 +0000)
subs.h

diff --git a/subs.h b/subs.h
index d3c3d7618f6ba6ac271c5673f74997dc62794998..765bb769e16a98eeedd55c732835f26ef282edb3 100644 (file)
--- 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__ */