7 /* tokenize SMTPD command
9 /* #include <smtpd_token.h>
21 typedef struct SMTPD_TOKEN
{
27 #define SMTPD_TOK_OTHER 0
28 #define SMTPD_TOK_ADDR 1
29 #define SMTPD_TOK_ERROR 2
31 extern int smtpd_token(char *, SMTPD_TOKEN
**);
36 /* The Secure Mailer license must be distributed with this software.
39 /* IBM T.J. Watson Research
41 /* Yorktown Heights, NY 10598, USA