IPC: export qb_ipcs_disconnect()

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2010-11-25 10:46:15 +11:00
parent 78de0712fb
commit 47cedda894
2 changed files with 2 additions and 2 deletions

View File

@ -218,6 +218,8 @@ void qb_ipcs_connection_ref_inc(qb_ipcs_connection_t *c);
*/
void qb_ipcs_connection_ref_dec(qb_ipcs_connection_t *c);
void qb_ipcs_disconnect(qb_ipcs_connection_t *c);
/**
* Get the service id related to this connection's service.
* (as passed into qb_ipcs_create()

View File

@ -196,6 +196,4 @@ struct qb_ipcs_connection* qb_ipcs_connection_alloc(struct qb_ipcs_service *s);
int32_t qb_ipcs_process_request(struct qb_ipcs_service *s,
struct qb_ipc_request_header *hdr);
void qb_ipcs_disconnect(struct qb_ipcs_connection *c);
#endif /* QB_IPC_INT_H_DEFINED */