Signed-off-by: Nico Geyso <nico.geyso@fu-berlin.de>
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
extern int ipc_port;
extern int nompr;
extern bool http_headers;
extern int ipc_port;
extern int nompr;
extern bool http_headers;
-extern bool jsoninfo_ipv6_only;
+extern int jsoninfo_ipv6_only;
int olsrd_plugin_interface_version(void);
int olsrd_plugin_init(void);
int olsrd_plugin_interface_version(void);
int olsrd_plugin_init(void);
int ipc_port;
int nompr;
bool http_headers;
int ipc_port;
int nompr;
bool http_headers;
-bool jsoninfo_ipv6_only;
static void my_init(void) __attribute__ ((constructor));
static void my_fini(void) __attribute__ ((destructor));
static void my_init(void) __attribute__ ((constructor));
static void my_fini(void) __attribute__ ((destructor));