]> git.sur5r.net Git - openldap/commitdiff
Fix missing LBER_V declaration
authorHoward Chu <hyc@openldap.org>
Wed, 17 Mar 2004 05:06:30 +0000 (05:06 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 17 Mar 2004 05:06:30 +0000 (05:06 +0000)
include/lber.h

index 05033bdf6c31fa470e29e7296856df35d68592af..e712b291c776c22e3c7d1f47bd67ae7af698adf1 100644 (file)
@@ -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)