fwupd/plugins/redfish/fu-redfish-plugin.h
2022-10-06 12:49:49 +01:00

15 lines
340 B
C

/*
* Copyright (C) 2022 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <fwupdplugin.h>
G_DECLARE_FINAL_TYPE(FuRedfishPlugin, fu_redfish_plugin, FU, REDFISH_PLUGIN, FuPlugin)
void
fu_redfish_plugin_set_credentials(FuPlugin *plugin, const gchar *username, const gchar *password);