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.1~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4210c385e7516d096c236d5f75010f33dd401f7b;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,