view src/deliver/mail-send.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents a73d2867f6e1
children
line wrap: on
line source

#ifndef MAIL_SEND_H
#define MAIL_SEND_H

struct mail;

int mail_send_rejection(struct mail *mail, const char *recipient,
			const char *reason);
int mail_send_forward(struct mail *mail, const char *forwardto);

#endif