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