libjapi
0.3.2
Universal JSON API Library
|
JAPI request struct. More...
#include <japi.h>
Data Fields | |
const char * | name |
japi_req_handler | func |
struct __japi_request * | next |
JAPI request struct.
A JAPI request struct is a mapping between a unique request name and a JAPI request handler.
japi_req_handler japi_request::func |
Function to call
Referenced by japi_register_request().
const char* japi_request::name |
Printable name of the request
Referenced by japi_cmd_list(), and japi_register_request().
struct __japi_request* japi_request::next |
Pointer to the next request struct or NULL
Referenced by japi_cmd_list(), japi_destroy(), and japi_register_request().