summaryrefslogtreecommitdiff
path: root/src/journal/journald-audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journald-audit.h')
-rw-r--r--src/journal/journald-audit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/journal/journald-audit.h b/src/journal/journald-audit.h
index 57bb1711c9..df41f81435 100644
--- a/src/journal/journald-audit.h
+++ b/src/journal/journald-audit.h
@@ -6,4 +6,6 @@
void server_process_audit_message(Server *s, const void *buffer, size_t buffer_size, const struct ucred *ucred, const union sockaddr_union *sa, socklen_t salen);
-int server_open_audit(Server*s);
+void process_audit_string(Server *s, int type, const char *data, size_t size);
+
+int server_open_audit(Server *s);