#include "frdi.h"
Functions | |
| frdi_handler * | frdiHandlerNew (char *arg_type, char *ret_type, char *name, void *handler_function) |
| void | frdiHandlerFree (frdi_handler *handler) |
| void * | frdiHandlerCall (frdi_handler *handler, void *arg) |
|
||||||||||||||||||||
|
create a new handler |
|
|
free up a handler |
|
||||||||||||
|
pass the argument to the function referred to by handler return the results |
1.2.18