summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-11-11 23:08:20 +0000
committerrwatson <rwatson@FreeBSD.org>2008-11-11 23:08:20 +0000
commit9ae7e2952577520159770f16eb03d29a043987dc (patch)
treefb320e8da783d6cd43ee6d0217b3cc45b3401afc /sys/security/audit/audit.h
parentc87a27649547069fca20b2bb955318c1cf57f85a (diff)
downloadFreeBSD-src-9ae7e2952577520159770f16eb03d29a043987dc.zip
FreeBSD-src-9ae7e2952577520159770f16eb03d29a043987dc.tar.gz
Move audit-internal function definitions for getting and setting audit
kinfo state to audit_private.h.
Diffstat (limited to 'sys/security/audit/audit.h')
-rw-r--r--sys/security/audit/audit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/security/audit/audit.h b/sys/security/audit/audit.h
index 9481c14..14dbcfd 100644
--- a/sys/security/audit/audit.h
+++ b/sys/security/audit/audit.h
@@ -180,8 +180,6 @@ void audit_cred_proc1(struct ucred *cred);
void audit_proc_coredump(struct thread *td, char *path, int errcode);
void audit_thread_alloc(struct thread *td);
void audit_thread_free(struct thread *td);
-void audit_set_kinfo(struct auditinfo_addr *);
-void audit_get_kinfo(struct auditinfo_addr *);
/*
* Define a macro to wrap the audit_arg_* calls by checking the global
OpenPOWER on IntegriCloud