1 /* $Cambridge: exim/src/src/transports/autoreply.h,v 1.4 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. */
31 } autoreply_transport_options_block;
33 /* Data for reading the private options. */
35 extern optionlist autoreply_transport_options[];
36 extern int autoreply_transport_options_count;
38 /* Block containing default values. */
40 extern autoreply_transport_options_block autoreply_transport_option_defaults;
42 /* The main and init entry points for the transport */
44 extern BOOL autoreply_transport_entry(transport_instance *, address_item *);
45 extern void autoreply_transport_init(transport_instance *);
47 /* End of transports/autoreply.h */