3 #ifndef _MAPS_H_INCLUDED_
4 #define _MAPS_H_INCLUDED_
10 /* multi-dictionary search
22 * Dictionary name storage. We're borrowing from the argv(3) module.
29 extern MAPS
*maps_create(const char *, const char *, int);
30 extern const char *maps_find(MAPS
*, const char *, int);
31 extern MAPS
*maps_free(MAPS
*);
36 /* The Secure Mailer license must be distributed with this software.
39 /* IBM T.J. Watson Research
41 /* Yorktown Heights, NY 10598, USA