libjapi  0.3.2
Universal JSON API Library
 All Data Structures Files Functions Variables Typedefs Macros Pages
japi_pushsrv_intern.h
Go to the documentation of this file.
1 
34 #ifndef __JAPI_PUSHSRV_INTERN_H__
35 #define __JAPI_PUSHSRV_INTERN_H__
36 
37 #include <json-c/json.h>
38 
48 void japi_pushsrv_subscribe(japi_context *ctx, json_object *jreq, json_object *jresp);
49 
59 void japi_pushsrv_unsubscribe(japi_context *ctx, json_object *jreq, json_object *jresp);
60 
72 void japi_pushsrv_list(japi_context *ctx, json_object *request, json_object *response);
73 
74 #endif /* __JAPI_PUSHSRV_INTERN_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