summaryrefslogtreecommitdiff
path: root/channels/sip/include/security_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip/include/security_events.h')
-rw-r--r--channels/sip/include/security_events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sip/include/security_events.h b/channels/sip/include/security_events.h
index 1d0f58b41..9f4bb2ec9 100644
--- a/channels/sip/include/security_events.h
+++ b/channels/sip/include/security_events.h
@@ -32,7 +32,7 @@
void sip_report_invalid_peer(const struct sip_pvt *p);
void sip_report_failed_acl(const struct sip_pvt *p, const char *aclname);
void sip_report_inval_password(const struct sip_pvt *p, const char *responsechallenge, const char *responsehash);
-void sip_report_auth_success(const struct sip_pvt *p, uint32_t *using_password);
+void sip_report_auth_success(const struct sip_pvt *p, uint32_t using_password);
void sip_report_session_limit(const struct sip_pvt *p);
void sip_report_failed_challenge_response(const struct sip_pvt *p, const char *response, const char *expected_response);
void sip_report_chal_sent(const struct sip_pvt *p);