3 #ifndef _MAC_PARSE_H_INCLUDED_
4 #define _MAC_PARSE_H_INCLUDED_
10 /* locate macro references in string
12 /* #include <mac_parse.h>
24 #define MAC_PARSE_LITERAL 1
25 #define MAC_PARSE_EXPR 2
26 #define MAC_PARSE_VARNAME MAC_PARSE_EXPR /* 2.1 compatibility */
28 #define MAC_PARSE_OK 0
29 #define MAC_PARSE_ERROR (1<<0)
30 #define MAC_PARSE_UNDEF (1<<1)
31 #define MAC_PARSE_USER 2 /* start user definitions */
33 typedef int (*MAC_PARSE_FN
)(int, VSTRING
*, char *);
35 extern int mac_parse(const char *, MAC_PARSE_FN
, char *);
40 /* The Secure Mailer license must be distributed with this software.
43 /* IBM T.J. Watson Research
45 /* Yorktown Heights, NY 10598, USA