1 2 3 4 5 6 7 8
#include <ldap.h> struct lldb_private { char **options; const char *basedn; LDAP *ldap; int last_rc; };