Skip to content
Snippets Groups Projects
Commit 54c7e8ac authored by Howard Chu's avatar Howard Chu
Browse files

Fix missing LBER_V declaration

parent 65083774
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment