blob: 9540af4e64579c3568d850d10c28cb8950396745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bb,v 1.4 2004/03/05 22:59:32 grant Exp $
--- src/cleanup/cleanup.h.orig 2002-12-04 01:58:11.000000000 +1100
+++ src/cleanup/cleanup.h
@@ -118,6 +118,7 @@ extern void cleanup_free(CLEANUP_STATE *
extern void cleanup_all(void);
extern void cleanup_pre_jail(char *, char **);
extern void cleanup_post_jail(char *, char **);
+extern CONFIG_BOOL_TABLE cleanup_bool_table[];
extern CONFIG_INT_TABLE cleanup_int_table[];
extern CONFIG_STR_TABLE cleanup_str_table[];
extern CONFIG_TIME_TABLE cleanup_time_table[];
|