From: Kurt Zeilenga Date: Wed, 22 Dec 1999 00:42:05 +0000 (+0000) Subject: ITS#408: add missing LDAP_END_DECL X-Git-Tag: UCDATA_2_4~63 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c7739e6e53ad6d24a3d773f197a548682737b9d;p=openldap ITS#408: add missing LDAP_END_DECL --- diff --git a/libraries/liblber/lber-int.h b/libraries/liblber/lber-int.h index 787287e04c..cbfe658f5e 100644 --- a/libraries/liblber/lber-int.h +++ b/libraries/liblber/lber-int.h @@ -284,4 +284,6 @@ ber_pvt_sb_udp_get_src LDAP_P((Sockbuf *sb )); LIBLBER_F( int ) ber_pvt_socket_set_nonblock LDAP_P(( ber_socket_t sd, int nb )); +LDAP_END_DECL + #endif /* _LBER_INT_H */