satyr 0.43
Loading...
Searching...
No Matches
report.h File Reference

Report. More...

#include "report_type.h"
#include <inttypes.h>
#include <json.h>
#include <stdbool.h>

Go to the source code of this file.

Data Structures

struct  sr_report_custom_entry
struct  sr_report

Functions

struct sr_reportsr_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_reportsr_report_from_json (json_object *root, char **error_message)
struct sr_reportsr_report_from_json_text (const char *text, char **error_message)

Detailed Description

Report.

Definition in file report.h.