From 2b00f7ba65b4fc1337bf49fc606bdc61d1cf9ad9 Mon Sep 17 00:00:00 2001 From: Jamie Gritton Date: Sat, 18 Jun 2011 15:23:08 +0000 Subject: Move the actual create/remove (IP__OP) handling into run_command, and the cost of an ugly single-use global variable. --- usr.sbin/jail/jailp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/jail/jailp.h') diff --git a/usr.sbin/jail/jailp.h b/usr.sbin/jail/jailp.h index 204cebee027b..0f9665551ba3 100644 --- a/usr.sbin/jail/jailp.h +++ b/usr.sbin/jail/jailp.h @@ -182,6 +182,7 @@ struct cfdepend { extern void *emalloc(size_t); extern void *erealloc(void *, size_t); extern char *estrdup(const char *); +extern int create_jail(struct cfjail *j); extern void failed(struct cfjail *j); extern void jail_note(const struct cfjail *j, const char *fmt, ...); extern void jail_warnx(const struct cfjail *j, const char *fmt, ...); @@ -219,5 +220,6 @@ extern struct cfjails cfjails; extern struct cfjails ready; extern struct cfjails depend; extern const char *cfname; +extern int note_remove; extern int paralimit; extern int verbose; -- cgit v1.2.3