3 #ifndef _MATCH_OPS_H_INCLUDED_
4 #define _MATCH_OPS_H_INCLUDED_
10 /* simple string or host pattern matching
12 /* #include <match_ops.h>
16 /* External interface. */
18 #define MATCH_FLAG_NONE 0
19 #define MATCH_FLAG_PARENT (1<<0)
20 #define MATCH_FLAG_ALL (MATCH_FLAG_PARENT)
22 extern int match_string(int, const char *, const char *);
23 extern int match_hostname(int, const char *, const char *);
24 extern int match_hostaddr(int, const char *, const char *);
29 /* The Secure Mailer license must be distributed with this software.
32 /* IBM T.J. Watson Research
34 /* Yorktown Heights, NY 10598, USA