LDAP.h 99 B

1234567
  1. #ifndef LDAP_H
  2. #define LDAP_H
  3. int ldapTryLogin(char* user, char* password);
  4. #endif /* LDAP_H */