#ifndef JSON_RPC_H #define JSON_RPC_H // Yeah, just this lol. void handle_request(const char *json_str); #endif