"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
1 /* Copyright (C) 1997-2005 Luke Howard.
2 Portions Copyright (C) 1997-2002 Luke Howard.
3 This file is part of the nss_ldap library.
4 Contributed by Luke Howard, <lukeh@padl.com>, 1997.
5
6 The nss_ldap library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Library General Public License as
8 published by the Free Software Foundation; either version 2 of the
9 License, or (at your option) any later version.
10
11 The nss_ldap library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Library General Public License for more details.
15
16 You should have received a copy of the GNU Library General Public
17 License along with the nss_ldap library; see the file COPYING.LIB. If not,
18 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.
20 */
21
22 #ifndef _LDAP_NSS_LDAP_LTF_H
23 #define _LDAP_NSS_LDAP_LTF_H
24
25 #ifdef LDAP_OPT_THREAD_FN_PTRS
26 NSS_STATUS _nss_ldap_ltf_thread_init (LDAP * ld);
27 #endif
28
29 #endif /* _LDAP_NSS_LDAP_LTF_H */