chan-capi/chan_capi_devstate.h

11 lines
387 B
C
Raw Normal View History

#ifndef __CC_DEVICE_STATE_PROVIDER_INTERFACE_H__
#define __CC_DEVICE_STATE_PROVIDER_INTERFACE_H__
void pbx_capi_register_device_state_providers(void);
void pbx_capi_unregister_device_state_providers(void);
void pbx_capi_chat_room_state_event(const char* roomName, int inUse);
2010-11-05 21:58:49 +00:00
void pbx_capi_ifc_state_event(const struct cc_capi_controller* capiController, int channelsChanged);
#endif