Merge remote-tracking branch 'origin/master' into for-steve
[sxemacs] / modules / ldap / eldap.h
1 /* Definitions for the LDAP client interface for SXEmacs.
2    Copyright (C) 1998 Free Software Foundation, Inc.
3
4 This file is part of SXEmacs.
5
6 SXEmacs is free software: you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation, either version 3 of the License, or (at your
9 option) any later version.
10
11 SXEmacs is distributed in the hope that it will be
12 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
18
19 /* Synched up with: Not in FSF. */
20
21 /* Author: Oscar Figueiredo */
22
23 #ifndef _XEMACS_ELDAP_H_
24 #define _XEMACS_ELDAP_H_
25
26 #ifdef HAVE_LDAP
27
28 #ifdef emacs
29
30 Lisp_Object Fldap_search_internal(Lisp_Object search_plist);
31
32 #endif                          /* emacs */
33
34 #endif                          /* HAVE_LDAP */
35
36 #endif                          /* _XEMACS_ELDAP_H_ */