mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-04 16:05:11 +00:00

The end year is legally and functionally redundant, and more importantly causes cherry-pick conflicts when trying to maintain old branches. Use git for history.
17 lines
304 B
C
17 lines
304 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <xmlb.h>
|
|
#include <jcat.h>
|
|
|
|
#include "fwupd-enums.h"
|
|
|
|
gboolean fu_keyring_get_release_flags (XbNode *release,
|
|
FwupdReleaseFlags *flags,
|
|
GError **error);
|