mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-26 02:53:00 +00:00
14 lines
291 B
C
14 lines
291 B
C
/*
|
|
* Copyright (C) 2020 Mario Limonciello <mario.limonciello@dell.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
#pragma once
|
|
|
|
#include "fu-engine.h"
|
|
|
|
gboolean
|
|
fu_engine_update_motd(FuEngine *self, GError **error);
|
|
gboolean
|
|
fu_engine_update_devices_file(FuEngine *self, GError **error);
|