c-icap-doc
0.1
|
This structure used to implement text formating directives. More...
#include <txt_format.h>
Data Fields | |
const char * | directive |
The formating directive (eg "%a") | |
const char * | description |
A short description. | |
int(* | format )(ci_request_t *req_data, char *buf, int len, const char *param) |
Pointer to the function which implements the text formating for this directive. More... | |
This structure used to implement text formating directives.
int(* ci_fmt_entry::format)(ci_request_t *req_data, char *buf, int len, const char *param) |
Pointer to the function which implements the text formating for this directive.
req_data | Pointer to the current request structure |
buf | The output buffer |
len | The length of the buffer |
param | Parameter of the directive |