3 #ifndef _FOLD_ADDR_H_INCLUDED_
4 #define _FOLD_ADDR_H_INCLUDED_
10 /* address case folding
12 /* #include <fold_addr.h>
19 #define FOLD_ADDR_USER (1<<0)
20 #define FOLD_ADDR_HOST (1<<1)
22 #define FOLD_ADDR_ALL (FOLD_ADDR_USER | FOLD_ADDR_HOST)
24 extern char *fold_addr(char *, int);
29 /* The Secure Mailer license must be distributed with this software.
32 /* IBM T.J. Watson Research
34 /* Yorktown Heights, NY 10598, USA