11 #ifndef __REGISTER_H__ 12 #define __REGISTER_H__ 14 #include "ws_symbol_export.h" 37 #define RA_BASE_COUNT (RA_INTERFACES - 3) // RA_EXTCAP, RA_LUA_PLUGINS, RA_LUA_DEREGISTER 39 typedef void (*register_cb)(register_action_e action,
const char *message, gpointer client_data);
52 WS_DLL_PUBLIC
void register_all_protocols(register_cb cb, gpointer client_data);
64 WS_DLL_PUBLIC
void register_all_protocol_handoffs(register_cb cb, gpointer client_data);
66 WS_DLL_PUBLIC gulong register_count(
void);