Branch: Tag:

2014-08-21

2014-08-21 20:54:11 by Martin Nilsson <nilsson@opera.com>

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)