Release bumped to "gts4".
[tac_plus.git] / ldap_author.h
index 6479426..ecd71dd 100644 (file)
@@ -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 */