Zen-C
Loading...
Searching...
No Matches
json_rpc.h
Go to the documentation of this file.
1
2#ifndef JSON_RPC_H
3#define JSON_RPC_H
4
13void handle_request(const char *json_str);
14
15#endif
void handle_request(const char *json_str)
Handle a raw JSON-RPC request string.
Definition json_rpc.c:54