summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap_errors.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher1-66/+0
metze
2009-01-30Fix the mess with ldb includes.Simo Sorce1-0/+66
Separate again the public from the private headers. Add a new header specific for modules. Also add service function for modules as now ldb_context and ldb_module are opaque structures for them.