#ifndef LMTP_COMMON_H
#define LMTP_COMMON_H
struct smtp_address;
struct smtp_server_cmd_ctx;
struct smtp_server_cmd_rcpt;
struct smtp_server_recipient;
struct client;
enum lmtp_recipient_type {
};
struct lmtp_recipient {
unsigned int index;
};
enum lmtp_recipient_type type,
struct smtp_server_cmd_ctx *cmd,
struct smtp_server_cmd_rcpt *data);
struct smtp_server_recipient *trcpt,
unsigned int index);
struct lmtp_recipient *
struct smtp_server_transaction *trans);
#endif