]> git.sur5r.net Git - openldap/blob - include/lber_pvt.h
Add prototypes for strerror/strerror_r.
[openldap] / include / lber_pvt.h
1 /*
2  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms are permitted only
6  * as authorized by the OpenLDAP Public License.  A copy of this
7  * license is available at http://www.OpenLDAP.org/license.html or
8  * in file LICENSE in the top-level directory of the distribution.
9  */
10 /*
11  * lber_pvt.h - Header for ber_pvt_ functions. These are meant to be used
12  *              by the OpenLDAP distribution only.
13  */
14
15 #ifndef _LBER_PVT_H
16 #define _LBER_PVT_H 1
17
18 #include <lber.h>
19
20 LDAP_BEGIN_DECL
21
22 /*
23  * bprint.c
24  */
25 LDAP_F( BER_LOG_PRINT_FN ) ber_pvt_log_print;
26
27 LDAP_F( int )
28 ber_pvt_log_printf LDAP_P((
29         int errlvl,
30         int loglvl,
31         const char *fmt,
32         ... ));
33
34 LDAP_END_DECL
35
36 #endif
37