From: Howard Chu Date: Wed, 17 Mar 2004 05:06:30 +0000 (+0000) Subject: Fix missing LBER_V declaration X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~257 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=54c7e8ac080e17cbafdc1f102769502c67358382;p=openldap Fix missing LBER_V declaration --- diff --git a/include/lber.h b/include/lber.h index 05033bdf6c..e712b291c7 100644 --- a/include/lber.h +++ b/include/lber.h @@ -152,7 +152,7 @@ typedef struct lber_memory_fns { #define LBER_OPT_SOCKBUF_DEBUG 0x1002 /* on/off values */ -extern char ber_pvt_opt_on; +LBER_V( char ) ber_pvt_opt_on; #define LBER_OPT_ON ((void *) &ber_pvt_opt_on) #define LBER_OPT_OFF ((void *) 0)