#ifndef LDAP_H #define LDAP_H int ldapTryLogin(char* user, char* password); #endif /* LDAP_H */