00001 00025 #ifndef _JSONRPC_REQUEST_H_ 00026 #define _JSONRPC_REQUEST_H_ 00027 #include "../../parser/msg_parser.h" 00028 00029 int jsonrpc_request(struct sip_msg* msg, char* method, char* params, char* cb_route, char* err_route, char* cb_pv); 00030 int jsonrpc_notification(struct sip_msg* msg, char* method, char* params); 00031 int cmd_pipe; 00032 00033 #endif /* _JSONRPC_REQUEST_H_ */
1.7.1