PERFORCE change 76330 for review
Robert Watson
rwatson at FreeBSD.org
Sun May 1 18:43:34 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=76330
Change 76330 by rwatson at rwatson_paprika on 2005/05/01 18:43:31
Reference au_to_ip() and au_to_header() better in our almost
documentation.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/libbsm/Makefile#6 edit
.. //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#2 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/libbsm/Makefile#6 (text+ko) ====
@@ -112,6 +112,7 @@
au_token.3 au_to_me.3 \
au_token.3 au_to_exec_args.3 \
au_token.3 au_to_exec_env.3 \
+ au_token.3 au_to_header.3 \
au_token.3 au_to_header32.3 \
au_token.3 au_to_header64.3 \
au_token.3 au_to_trailer.3
==== //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#2 (text+ko) ====
@@ -72,6 +72,7 @@
.Nm au_to_me ,
.Nm au_to_exec_args ,
.Nm au_to_exec_env ,
+.Nm au_to_header ,
.Nm au_to_header32 ,
.Nm au_to_header64 ,
.Nm au_to_trailer .
@@ -105,6 +106,8 @@
.Ft token_t *
.Fn au_to_in_addr_ex "struct in6_addr *internet_addr"
.Ft token_t *
+.Fn au_to_ip "struct ip *ip"
+.Ft token_t *
.Fn au_to_ipc "char type" "int id"
.Ft token_t *
.Fn au_to_ipc_perm "struct ipc_perm *perm"
@@ -167,6 +170,8 @@
.Ft token_t *
.Fn au_to_exec_env "const char **env"
.Ft token_t *
+.Fn au_to_header "int rec_size" "au_event_t e_type" "au_emod_t emod"
+.Ft token_t *
.Fn au_to_header32 "int rec_size" "au_event_t e_type" "au_emod_t emod"
.Ft token_t *
.Fn au_to_header64 "int rec_size" "au_event_t e_type" "au_emod_t e_mod"
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list