X-Git-Url: http://git.jankratochvil.net/?p=tac_plus.git;a=blobdiff_plain;f=ldap_author.h;h=ecd71dd13380c167b873852cca0e661efdef9829;hp=6479426fc5e905d67a10dbb7955c1adabd712b9f;hb=HEAD;hpb=a4d53c2fe3dc1952c7c7d8a4283545389ba5aa64 diff --git a/ldap_author.h b/ldap_author.h index 6479426..ecd71dd 100644 --- a/ldap_author.h +++ b/ldap_author.h @@ -1 +1,14 @@ -int ldap_verify(); +#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 */