pike.git/
src/
modules/
_Protocols_DNS_SD/
sd.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-21
2014-08-21 20:54:11 by Martin Nilsson <nilsson@opera.com>
c9eefb0283fc5149d6159e43399218d17384a7b1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Added void to zero argument functions.
290:
}
-
static void init_howl_module()
+
static void init_howl_module(
void
)
{ if (sw_discovery_init(&service_session) == SW_OKAY) { th_create_small(&service_thread, howl_thread, NULL);
298:
}
-
static void exit_howl_module()
+
static void exit_howl_module(
void
)
{ /* Close active session */ if (service_session)