X-Git-Url: http://git.jankratochvil.net/?p=tac_plus.git;a=blobdiff_plain;f=ldap_author.h;h=ecd71dd13380c167b873852cca0e661efdef9829;hp=6479426fc5e905d67a10dbb7955c1adabd712b9f;hb=413c510553a773cd16e2b538e4a208b4c4d9f775;hpb=a296ccf128acec69a7db2312ebcc231cd18e5944 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 */