mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-05 08:13:44 +00:00
15 lines
279 B
C
15 lines
279 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <xmlb.h>
|
|
|
|
XbSilo *fu_common_cab_build_silo (GBytes *blob,
|
|
guint64 size_max,
|
|
GError **error)
|
|
G_GNUC_WARN_UNUSED_RESULT;
|