From: Stephan Bosch Date: Sun, 5 Nov 2023 21:41:03 +0000 (+0100) Subject: lib-auth: Reformat auth-scram-client.h X-Git-Tag: 2.4.0~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e51ee9c079bea642043ff5dc8f800989d2e38d63;p=thirdparty%2Fdovecot%2Fcore.git lib-auth: Reformat auth-scram-client.h --- diff --git a/src/lib-auth/auth-scram-client.h b/src/lib-auth/auth-scram-client.h index 30954f0ef9..75fc141ea2 100644 --- a/src/lib-auth/auth-scram-client.h +++ b/src/lib-auth/auth-scram-client.h @@ -33,7 +33,6 @@ struct auth_scram_client { unsigned char *server_signature; }; - void auth_scram_client_init(struct auth_scram_client *client_r, pool_t pool, const struct hash_method *hmethod, const char *authid, const char *authzid,