Skip to content

Commit

Permalink
lib-smtp: client: Add forward declaration for struct smtp_client_sett…
Browse files Browse the repository at this point in the history
…ings in smtp-client-connection.h.
  • Loading branch information
stephanbosch authored and cmouse committed Oct 9, 2018
1 parent bffbe44 commit cbb3c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-smtp/smtp-client-connection.h
Expand Up @@ -10,6 +10,7 @@ enum smtp_capability;

struct smtp_reply;
struct smtp_client;
struct smtp_client_settings;
struct smtp_client_command;

enum smtp_client_connection_ssl_mode {
Expand Down

0 comments on commit cbb3c56

Please sign in to comment.