34 #ifndef __JAPI_PUSHSRV_INTERN_H__
35 #define __JAPI_PUSHSRV_INTERN_H__
37 #include <json-c/json.h>
void japi_pushsrv_list(japi_context *ctx, json_object *request, json_object *response)
List registered JAPI push services as JAPI response.
Definition: japi_pushsrv.c:420
void japi_pushsrv_subscribe(japi_context *ctx, json_object *jreq, json_object *jresp)
Subscribe a registered JAPI push service.
Definition: japi_pushsrv.c:159
JAPI context struct.
Definition: japi.h:52
void japi_pushsrv_unsubscribe(japi_context *ctx, json_object *jreq, json_object *jresp)
Unsubscribe a registered JAPI push service.
Definition: japi_pushsrv.c:214