mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-04 15:51:39 +00:00

This splits out all development files, including headers into their own packages where relevant. Notably absent is `fu-hash.h` which is used for determining taint. Out of tree developed plugins should still taint the daemon.
14 lines
172 B
C
14 lines
172 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/* indeed, nothing */
|
|
|
|
G_END_DECLS
|