make a more recent snapshot of ldb available to interested
[metze/samba/wip.git] / source4 / lib / ldb / ldb_ldap / ldb_ldap.h
1 #include <ldap.h>
2
3 struct lldb_private {
4         char **options;
5         const char *basedn;
6         LDAP *ldap;
7         int last_rc;
8 };