#ifndef LDAP_AUTHOR_H #define LDAP_AUTHOR_H 1 #include "tac_plus.h" #ifdef USE_LDAP extern int ldap_verify TAC_ARGS((const char *user, const char *users_passwd, const char *str_conn)); #endif /* USE_LDAP */ #endif /* LDAP_AUTHOR_H */