diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-08-01 09:31:42 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-08-01 09:31:42 +0000 |
commit | 7c722291d4bda7e77a0fc17886ff389aec09dc40 (patch) | |
tree | b36a0f1ad1b16a3dc53b12101cb09e45c2a75e71 /usr.sbin/ftp-proxy/filter.h | |
parent | 036acacbc841e3464ab5e9224b6dacf1d514044f (diff) |
allow ftp-proxy to add tag statements to teh rules it inserts
clever, nice and easy diff from bsd@openbsd.rutgers.edu, ok pyr reyk
Diffstat (limited to 'usr.sbin/ftp-proxy/filter.h')
-rw-r--r-- | usr.sbin/ftp-proxy/filter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ftp-proxy/filter.h b/usr.sbin/ftp-proxy/filter.h index 6779c597446..150bc49d3ce 100644 --- a/usr.sbin/ftp-proxy/filter.h +++ b/usr.sbin/ftp-proxy/filter.h @@ -1,4 +1,4 @@ -/* $OpenBSD: filter.h,v 1.3 2005/06/07 14:12:07 camield Exp $ */ +/* $OpenBSD: filter.h,v 1.4 2007/08/01 09:31:41 henning Exp $ */ /* * Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> @@ -26,6 +26,6 @@ int add_rdr(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, struct sockaddr *, u_int16_t); int do_commit(void); int do_rollback(void); -void init_filter(char *, int); +void init_filter(char *, char *, int); int prepare_commit(u_int32_t); int server_lookup(struct sockaddr *, struct sockaddr *, struct sockaddr *); |