fwupd/libfwupd/fwupd-report-private.h
Richard Hughes 3a8824d4e7 Add FwupdReport to expose the signed reports from QA teams
Some front end clients are going to be allow-listing updates based on what
the release was tested on, or by who the testing team was.

Export this data from each report when requested.
2022-11-29 16:55:55 +00:00

19 lines
279 B
C

/*
* Copyright (C) 2022 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <json-glib/json-glib.h>
#include "fwupd-report.h"
G_BEGIN_DECLS
void
fwupd_report_to_json(FwupdReport *self, JsonBuilder *builder);
G_END_DECLS