]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: client: Moved smtp_client_init_ssl_ctx() from smtp-client.h to smtp-client...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sat, 10 Feb 2018 08:37:32 +0000 (09:37 +0100)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Mon, 12 Mar 2018 07:24:15 +0000 (09:24 +0200)
src/lib-smtp/smtp-client-private.h
src/lib-smtp/smtp-client.h

index f418c0fea067cb2e67c77723805010e82cee3c73..a6425b5b8c7b66383cd5c378c337a0376183c890 100644 (file)
@@ -235,4 +235,10 @@ void smtp_client_connection_next_transaction(
        struct smtp_client_connection *conn,
        struct smtp_client_transaction *trans);
 
+/*
+ * Client
+ */
+
+int smtp_client_init_ssl_ctx(struct smtp_client *client, const char **error_r);
+
 #endif
index 097ff8308b163d065dac74d41169409411933bf5..cbc9ddfc2466f06b0865db57e945079e3970614b 100644 (file)
@@ -94,6 +94,5 @@ struct smtp_client *smtp_client_init(const struct smtp_client_settings *set);
 void smtp_client_deinit(struct smtp_client **_client);
 
 void smtp_client_switch_ioloop(struct smtp_client *client);
-int smtp_client_init_ssl_ctx(struct smtp_client *client, const char **error_r);
 
 #endif