aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_unix/audit.h')
-rw-r--r--modules/pam_unix/audit.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/pam_unix/audit.h b/modules/pam_unix/audit.h
new file mode 100644
index 00000000..321232a1
--- /dev/null
+++ b/modules/pam_unix/audit.h
@@ -0,0 +1,7 @@
+#ifndef PAM_UNIX_AUDIT_H
+#define PAM_UNIX_AUDIT_H
+
+int
+audit_log(int type, const char *uname, int rc);
+
+#endif /* PAM_UNIX_AUDIT_H */