summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ldap/ldb_ldap.h
blob: ba68283abd5e63012f3ef110bcbd2ffbcd68cb58 (plain)
1
2
3
4
5
6
7
8
#include <ldap.h>

struct lldb_private {
	char **options;
	const char *basedn;
	LDAP *ldap;
	int last_rc;
};