satyr
0.28
|
Report. More...
Go to the source code of this file.
Data Structures | |
struct | sr_report_custom_entry |
struct | sr_report |
Functions | |
struct sr_report * | sr_report_new (void) |
void | sr_report_init (struct sr_report *report) |
void | sr_report_free (struct sr_report *report) |
void | sr_report_add_auth (struct sr_report *report, const char *key, const char *value) |
char * | sr_report_to_json (struct sr_report *report) |
struct sr_report * | sr_report_from_json (struct sr_json_value *root, char **error_message) |
struct sr_report * | sr_report_from_json_text (const char *text, char **error_message) |
Report.
Definition in file report.h.