9 /* #include "transport.h"
31 typedef struct TRANSPORT_INFO
{
33 VSTRING
*wildcard_channel
;
34 VSTRING
*wildcard_nexthop
;
39 extern TRANSPORT_INFO
*transport_pre_init(const char *, const char *);
40 extern void transport_post_init(TRANSPORT_INFO
*);
41 extern int transport_lookup(TRANSPORT_INFO
*, const char *, const char *, VSTRING
*, VSTRING
*);
42 extern void transport_free(TRANSPORT_INFO
*);
47 /* The Secure Mailer license must be distributed with this software.
50 /* IBM T.J. Watson Research
52 /* Yorktown Heights, NY 10598, USA