hpmfwupg: move variable definition to .c file

Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com>
This commit is contained in:
Vaclav Dolezal
2020-01-23 11:26:32 +01:00
committed by Alexander Amelkin
parent f80effb1fc
commit c3939dac2c
2 changed files with 3 additions and 1 deletions

View File

@@ -50,6 +50,8 @@
extern int verbose;
VERSIONINFO gVersionInfo[HPMFWUPG_COMPONENT_ID_MAX];
int HpmfwupgUpgrade(struct ipmi_intf *intf, char *imageFilename,
int activate, int, int);
int HpmfwupgValidateImageIntegrity(struct HpmfwupgUpgradeCtx *pFwupgCtx);