X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flber_pvt.h;h=b2f808d4a0ab91c33ade448d2f0952c949ab99fc;hb=975a5e9a24e971197baa9ea2d4479100977c9060;hp=e314205f4781fb096aff0f1516ea97357b3f0b0b;hpb=2e0912622bca412c0a1b1a3fdba30f65bf222ade;p=openldap diff --git a/include/lber_pvt.h b/include/lber_pvt.h index e314205f47..b2f808d4a0 100644 --- a/include/lber_pvt.h +++ b/include/lber_pvt.h @@ -1,12 +1,13 @@ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * - * Redistribution and use in source and binary forms are permitted only - * as authorized by the OpenLDAP Public License. A copy of this - * license is available at http://www.OpenLDAP.org/license.html or - * in file LICENSE in the top-level directory of the distribution. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. A copy of this license is available at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ /* * lber_pvt.h - Header for ber_pvt_ functions. These are meant to be used @@ -30,9 +31,9 @@ typedef struct sockbuf_buf { /* * bprint.c */ -LIBLBER_F( BER_LOG_PRINT_FN ) ber_pvt_log_print; +LBER_V( BER_LOG_PRINT_FN ) ber_pvt_log_print; -LIBLBER_F( int ) +LBER_F( int ) ber_pvt_log_printf LDAP_P(( int errlvl, int loglvl, @@ -42,22 +43,22 @@ ber_pvt_log_printf LDAP_P(( /* * sockbuf.c */ -LIBLBER_F( ber_slen_t ) +LBER_F( ber_slen_t ) ber_pvt_sb_do_write LDAP_P(( Sockbuf_IO_Desc *sbiod, Sockbuf_Buf *buf_out )); -LIBLBER_F( void ) +LBER_F( void ) ber_pvt_sb_buf_init LDAP_P(( Sockbuf_Buf *buf )); -LIBLBER_F( void ) +LBER_F( void ) ber_pvt_sb_buf_destroy LDAP_P(( Sockbuf_Buf *buf )); -LIBLBER_F( int ) +LBER_F( int ) ber_pvt_sb_grow_buffer LDAP_P(( Sockbuf_Buf *buf, ber_len_t minsize )); -LIBLBER_F( ber_len_t ) +LBER_F( ber_len_t ) ber_pvt_sb_copy_out LDAP_P(( Sockbuf_Buf *sbb, char *buf, ber_len_t len )); -LIBLBER_F( int ) +LBER_F( int ) ber_pvt_socket_set_nonblock LDAP_P(( ber_socket_t sd, int nb )); LDAP_END_DECL