annotate src/eldap.h @ 265:8efd647ea9ca r20-5b31

Import from CVS: tag r20-5b31
author cvs
date Mon, 13 Aug 2007 10:25:37 +0200
parents 405dd6d1825b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
261
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
1 /* Definitions for the LDAP client interface for XEmacs.
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 261
diff changeset
2 Copyright (C) 1998 Free Software Foundation, Inc.
261
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
3
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
4 This file is part of XEmacs.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
5
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
6 XEmacs is free software; you can redistribute it and/or modify it
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
7 under the terms of the GNU General Public License as published by the
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
8 Free Software Foundation; either version 2, or (at your option) any
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
9 later version.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
10
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
14 for more details.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
15
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
17 along with XEmacs; see the file COPYING. If not, write to
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
19 Boston, MA 02111-1307, USA. */
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
20
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
21 /* Synched up with: Not in FSF. */
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
22
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
23 /* Author: Oscar Figueiredo */
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
24
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
25
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
26 #ifndef _XEMACS_ELDAP_H_
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
27 #define _XEMACS_ELDAP_H_
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
28
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
29 #ifdef HAVE_LDAP
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
30
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
31 #ifdef emacs
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
32
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
33 Lisp_Object Fldap_search_internal (Lisp_Object search_plist);
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
34
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
35 #endif /* emacs */
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
36
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
37 #endif /* HAVE_LDAP */
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
38
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents:
diff changeset
39 #endif /* _XEMACS_ELDAP_H_ */