1 /* $Cambridge: exim/src/src/transports/lmtp.h,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */
3 /*************************************************
4 * Exim - an Internet mail transport agent *
5 *************************************************/
7 /* Copyright (c) University of Cambridge 1995 - 2007 */
8 /* See the file NOTICE for conditions of use and distribution. */
10 /* Private structure for the private options. */
18 } lmtp_transport_options_block;
20 /* Data for reading the private options. */
22 extern optionlist lmtp_transport_options[];
23 extern int lmtp_transport_options_count;
25 /* Block containing default values. */
27 extern lmtp_transport_options_block lmtp_transport_option_defaults;
29 /* The main and init entry points for the transport */
31 extern BOOL lmtp_transport_entry(transport_instance *, address_item *);
32 extern void lmtp_transport_init(transport_instance *);
34 /* End of transports/lmtp.h */