From 54c7e8ac080e17cbafdc1f102769502c67358382 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 17 Mar 2004 05:06:30 +0000 Subject: [PATCH] Fix missing LBER_V declaration --- include/lber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5