3.9.0 unleashedcd claws
[claws.git] / src / ldapserver.h
index ac5b1fc582a818208ea1064b673d0586c6d34396..4b68eae425e18e67f7fa9f79425e1ab4e7787eb7 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2003-2007 Match Grun and the Claws Mail team
+ * Copyright (C) 2003-2012 Match Grun and the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 
  */
 
 /*
 #ifdef USE_LDAP
 
 #include <glib.h>
+#ifdef G_OS_UNIX
+#include <ldap.h>
+#else
+#include <stdio.h>
+#include <string.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <ctype.h>
+#include <errno.h>
+#include <windows.h>
+#include <winldap.h>
+#include <winber.h>
+#endif
 
 #include "ldapctrl.h"
 #include "addritem.h"
@@ -92,6 +105,9 @@ void ldapsvr_retire_query    ( LdapServer *server );
 
 gboolean ldapsvr_reuse_previous        ( const LdapServer *server,
                                  const QueryRequest *req );
+void ldapsrv_set_options (gint secs, LDAP *ld);
+LDAP *ldapsvr_connect(LdapControl *ctl);
+void ldapsvr_disconnect(LDAP *ld);
 #endif /* USE_LDAP */
 
 #endif /* __LDAPSERVER_H__ */