summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap/ldap_errors.h
Commit message (Collapse)AuthorAgeFilesLines
* libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher2009-02-241-66/+0
| | | | metze
* Fix the mess with ldb includes.Simo Sorce2009-01-301-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.