BSM and Linux audit do not yet use the argc function argument.

This commit is contained in:
Todd C. Miller
2014-05-13 10:25:43 -06:00
parent 337a712745
commit eb5a367323
2 changed files with 3 additions and 3 deletions

View File

@@ -17,6 +17,6 @@
#ifndef _SUDOERS_LINUX_AUDIT_H
#define _SUDOERS_LINUX_AUDIT_H
int linux_audit_command(int argc, char *argv[], int result);
int linux_audit_command(char *argv[], int result);
#endif /* _SUDOERS_LINUX_AUDIT_H */