#include <sys_defs.h>
#include <stdlib.h>
#include <string.h>
#include <msg.h>
#include <stringops.h>
#include <mymalloc.h>
#include <mail_params.h>
#include <deliver_request.h>
#include <deliver_completed.h>
#include <sent.h>
#include <dsn_mask.h>
#include <smtp.h>
関数 | |
void | smtp_rcpt_done (SMTP_STATE *state, SMTP_RESP *resp, RECIPIENT *rcpt) |
void | smtp_rcpt_cleanup (SMTP_STATE *state) |
void smtp_rcpt_cleanup | ( | SMTP_STATE * | state | ) |
smtp_rcpt.c の 194 行目に定義があります。
void smtp_rcpt_done | ( | SMTP_STATE * | state, |
SMTP_RESP * | resp, | ||
RECIPIENT * | rcpt | ||
) |
smtp_rcpt.c の 137 行目に定義があります。