mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix missing LBER_V declaration
This commit is contained in:
parent
650837742a
commit
54c7e8ac08
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue