blob: 633128433bea3216e3717aae91a621c25476bf2b [file] [log] [blame]
Richard Hughes02c90d82018-08-09 12:13:03 +01001/*
Richard Hughes5c9b1fc2021-01-07 14:20:49 +00002 * Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
Richard Hughes7383ce22018-05-08 14:14:35 +01003 *
Mario Limonciello51308e62018-05-28 20:05:46 -05004 * SPDX-License-Identifier: LGPL-2.1+
Richard Hughes7383ce22018-05-08 14:14:35 +01005 */
6
Richard Hughesbfd946e2019-02-09 08:21:40 +00007#pragma once
Richard Hughes7383ce22018-05-08 14:14:35 +01008
Richard Hughes481aa2a2018-09-18 20:51:46 +01009#include <xmlb.h>
Richard Hughesd5aab652020-02-25 12:47:50 +000010#include <jcat.h>
Richard Hughes7383ce22018-05-08 14:14:35 +010011
Richard Hughes7383ce22018-05-08 14:14:35 +010012#include "fwupd-enums.h"
13
Richard Hughes245885c2019-03-04 08:46:02 +000014gboolean fu_keyring_get_release_flags (XbNode *release,
15 FwupdReleaseFlags *flags,
Richard Hughes7383ce22018-05-08 14:14:35 +010016 GError **error);