Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 01:20:24 GMT
From:      Diego Giagio <diego@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147859 for review
Message-ID:  <200808200120.m7K1KOwP057911@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147859

Change 147859 by diego@diego_black on 2008/08/20 01:19:56

	Remove declaration of functions that don't exist anymore.

Affected files ...

.. //depot/projects/soc2008/diego-audit/src/sys/security/audit/audit.h#18 edit

Differences ...

==== //depot/projects/soc2008/diego-audit/src/sys/security/audit/audit.h#18 (text) ====

@@ -130,20 +130,6 @@
 int	 audit_pfil_enter(unsigned short event, struct thread *td);
 void	 audit_pfil_exit(int error, struct thread *td);
 
-void	 audit_ipfw_enable(void);
-void	 audit_ipfw_disable(void);
-void	 audit_ipfw_addrule(int set, int rulenum);
-void	 audit_ipfw_delrule(int set, int rulenum);
-void	 audit_ipfw_flush(void);
-void	 audit_ipfw_addtable(u_int table);
-void	 audit_ipfw_deltable(u_int table);
-void	 audit_ipfw_flushtable(u_int table);
-void	 audit_ipfw_flow4_begin(u_int32_t src, u_int16_t src_port,
-	u_int32_t dst, u_int16_t dst_port);
-struct	in6_addr;
-void	 audit_ipfw_flow6_begin(struct in6_addr *src, u_int16_t src_port,
-	struct in6_addr *dst, u_int16_t dst_port);
-
 /*
  * The remaining kernel functions are conditionally compiled in as they are
  * wrapped by a macro, and the macro should be the only place in the source



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808200120.m7K1KOwP057911>