Pass argc to audit functions too. Will be needed for Solaris audit

support.
This commit is contained in:
Todd C. Miller
2014-05-13 09:41:53 -06:00
parent ffb07443c3
commit 337a712745
9 changed files with 36 additions and 34 deletions

View File

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