Deleted Added
full compact
33c33
< * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#6 $
---
> * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#7 $
127a128,142
> * Indicate that a trail file has been closed, so can now be post-processed.
> */
> int
> audit_warn_closefile(char *filename)
> {
> char *args[3];
>
> args[0] = CLOSEFILE_WARN;
> args[1] = filename;
> args[2] = NULL;
>
> return (auditwarnlog(args));
> }
>
> /*