summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r--auth/common_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index 8950a0cdc91..925d3f59ea9 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -156,5 +156,6 @@ void log_authentication_event(const struct auth_usersupplied_info *ui,
void log_successful_authz_event(const struct tsocket_address *remote,
const struct tsocket_address *local,
const char *service_description,
+ const char *auth_type,
struct auth_session_info *session_info);
#endif