2N/A/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2N/A#define OP_INIT 1
2N/A#define OP_BIND 2
2N/A#define OP_UNBIND 3
2N/A#define OP_ADD 4
2N/A#define OP_MOD 5
2N/A#define OP_DEL 6
2N/A#define OP_SEARCH 7
2N/A#define OP_CMP 8
2N/A#define OP_ABANDON 9
2N/A
2N/A
2N/Aint translate_ldap_error(int err, int op);