1 #ifndef _DICT_PROXY_H_INCLUDED_
2 #define _DICT_PROXY_H_INCLUDED_
22 #define DICT_TYPE_PROXY "proxy"
29 #define PROXY_REQ_OPEN "open"
30 #define PROXY_REQ_LOOKUP "lookup"
31 #define PROXY_REQ_UPDATE "update"
32 #define PROXY_REQ_DELETE "delete"
33 #define PROXY_REQ_SEQUENCE "sequence"
35 #define PROXY_STAT_OK 0
36 #define PROXY_STAT_NOKEY 1
37 #define PROXY_STAT_RETRY 2
38 #define PROXY_STAT_BAD 3
39 #define PROXY_STAT_DENY 4
40 #define PROXY_STAT_CONFIG 5
DICT * dict_proxy_open(const char *, int, int)