smtp-client.c revision 98437599b5c603507c5fb4408d7a93160d0eb220
/* Copyright (c) 2006-2017 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "lda-settings.h"
#include "smtp-submit.h"
#include "smtp-client.h"
struct smtp_client {
struct smtp_submit *submit;
};
struct smtp_client *
{
struct smtp_client *client;
return client;
}
{
}
{
}
{
}
{
}
unsigned int timeout_secs, const char **error_r)
{
int ret;
return ret;
}