From 4c7739e6e53ad6d24a3d773f197a548682737b9d Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Wed, 22 Dec 1999 00:42:05 +0000
Subject: [PATCH] ITS#408: add missing LDAP_END_DECL

---
 libraries/liblber/lber-int.h | 2 ++
 1 file changed, 2 insertions(+)

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 */
-- 
GitLab