mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 23:57:57 +00:00
16 lines
283 B
C
16 lines
283 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <jcat.h>
|
|
#include <xmlb.h>
|
|
|
|
#include "fwupd-enums.h"
|
|
|
|
gboolean
|
|
fu_keyring_get_release_flags(XbNode *release, FwupdReleaseFlags *flags, GError **error);
|