mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Fix implicit declarations of functions 'HpmfwupgPreUpgradeCheck' and 'ipmi_intf_get_max_request_data_size' in lib/ipmi_hpmfwupg.c
This commit is contained in:
parent
a40d51abff
commit
a40737f856
@ -52,6 +52,10 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
/* From src/plugins/ipmi_intf.c: */
|
||||
uint16_t
|
||||
ipmi_intf_get_max_request_data_size(struct ipmi_intf * intf);
|
||||
|
||||
extern int verbose;
|
||||
|
||||
int HpmfwupgUpgrade(struct ipmi_intf *intf, char *imageFilename,
|
||||
@ -112,6 +116,10 @@ int HpmFwupgActionUploadFirmware(struct HpmfwupgComponentBitMask components,
|
||||
struct ipmi_intf *intf,
|
||||
int option,
|
||||
int *pFlagColdReset);
|
||||
int
|
||||
HpmfwupgPreUpgradeCheck(struct ipmi_intf *intf,
|
||||
struct HpmfwupgUpgradeCtx *pFwupgCtx,
|
||||
int componentMask, int option);
|
||||
|
||||
/* HpmGetuserInput - get input from user
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user