smtpd
set_local(struct smtpd *conf, const char *hostname)
set_localaddrs(struct smtpd *conf, struct table *localnames)
void set_local(struct smtpd *, const char *);
void set_localaddrs(struct smtpd *, struct table *);
struct smtpd *
struct smtpd *conf = NULL;
parse_config(struct smtpd *x_conf, const char *filename, int opts)
struct smtpd *conf = NULL;
struct smtpd *env;
struct smtpd *env = NULL;
struct smtpd *conf;
static int smtpd(void);
return smtpd();
extern struct smtpd *env;
struct smtpd *config_default(void);
int parse_config(struct smtpd *, const char *, int);
struct table *table_find(struct smtpd *, const char *);
struct table *table_create(struct smtpd *, const char *, const char *,
void table_destroy(struct smtpd *, struct table *);
void table_open_all(struct smtpd *);
void table_dump_all(struct smtpd *);
void table_close_all(struct smtpd *);
table_find(struct smtpd *conf, const char *name)
table_create(struct smtpd *conf, const char *backend, const char *name,
table_destroy(struct smtpd *conf, struct table *t)
table_dump_all(struct smtpd *conf)
table_open_all(struct smtpd *conf)
table_close_all(struct smtpd *conf)