3 #ifndef _DICT_PROXY_H_INCLUDED_
4 #define _DICT_PROXY_H_INCLUDED_
10 /* dictionary manager interface to PROXY maps
12 /* #include <dict_proxy.h>
24 #define DICT_TYPE_PROXY "proxy"
26 extern DICT
*dict_proxy_open(const char *, int, int);
31 #define PROXY_REQ_OPEN "open"
32 #define PROXY_REQ_LOOKUP "lookup"
33 #define PROXY_REQ_UPDATE "update"
34 #define PROXY_REQ_DELETE "delete"
36 #define PROXY_STAT_OK 0 /* operation succeeded */
37 #define PROXY_STAT_NOKEY 1 /* requested key not found */
38 #define PROXY_STAT_RETRY 2 /* try lookup again later */
39 #define PROXY_STAT_BAD 3 /* invalid request parameter */
40 #define PROXY_STAT_DENY 4 /* table not approved for proxying */
45 /* The Secure Mailer license must be distributed with this software.
48 /* IBM T.J. Watson Research
50 /* Yorktown Heights, NY 10598, USA