diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-28 17:29:41 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-28 17:29:41 -0500 |
commit | d90f3a3da924ea9074b3c4eecb99dfef1cd9899c (patch) | |
tree | 72732881489344cb1ca6fd3d2b0fcb8eeaf905a2 /nslcd/common.h | |
parent | 70852a24b6a17727e79cf627aa918a4664e50e38 (diff) |
no more myldap
Diffstat (limited to 'nslcd/common.h')
-rw-r--r-- | nslcd/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nslcd/common.h b/nslcd/common.h index 1893698..0f57c34 100644 --- a/nslcd/common.h +++ b/nslcd/common.h @@ -35,9 +35,11 @@ #include "common/nslcd-prot.h" #include "common/tio.h" #include "compat/attrs.h" -#include "myldap.h" #include "cfg.h" +typedef struct ldap_session MYLDAP_SESSION; +#define MYLDAP_ENTRY void + /* macros for basic read and write operations, the following ERROR_OUT* marcos define the action taken on errors the stream is not closed because the caller closes the |