satyr  0.24.15.g3735.dirty
Data Structures | Functions
report.h File Reference

Report. More...

#include "report_type.h"
#include <inttypes.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 (struct sr_json_value *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.