last bits of old packet API / active_state global

This commit is contained in:
Damien Miller
2019-01-20 14:55:27 +11:00
parent 3f0786bbe7
commit 9b655dc9c9
15 changed files with 18 additions and 58 deletions

View File

@@ -76,7 +76,7 @@ void mm_sshpam_free_ctx(void *);
#ifdef SSH_AUDIT_EVENTS
#include "audit.h"
void mm_audit_event(ssh_audit_event_t);
void mm_audit_event(struct ssh *, ssh_audit_event_t);
void mm_audit_run_command(const char *);
#endif