"Fossies" - the Fresh Open Source Software Archive 
Member "nss_ldap-265/dnsconfig.h" (6 Nov 2009, 1377 Bytes) of package /linux/privat/old/nss_ldap-265.tar.gz:
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 This file is part of the nss_ldap library.
3 Contributed by Luke Howard, <lukeh@padl.com>, 1997.
4 (The author maintains a non-exclusive licence to distribute this file
5 under their own conditions.)
6
7 The nss_ldap library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public License as
9 published by the Free Software Foundation; either version 2 of the
10 License, or (at your option) any later version.
11
12 The nss_ldap library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Library General Public License for more details.
16
17 You should have received a copy of the GNU Library General Public
18 License along with the nss_ldap library; see the file COPYING.LIB. If not,
19 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA.
21 */
22
23 #ifndef _LDAP_NSS_LDAP_DNSCONFIG_H
24 #define _LDAP_NSS_LDAP_DNSCONFIG_H
25
26 /* utility routines. */
27
28 NSS_STATUS _nss_ldap_getdnsdn (char *domain,
29 char **rval, char **buffer, size_t * buflen);
30
31 NSS_STATUS _nss_ldap_mergeconfigfromdns (ldap_config_t * result, char **buffer, size_t *buflen);
32
33 #endif /* _LDAP_NSS_LDAP_DNSCONFIG_H */