mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47: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>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* From src/plugins/ipmi_intf.c: */
|
||||||
|
uint16_t
|
||||||
|
ipmi_intf_get_max_request_data_size(struct ipmi_intf * intf);
|
||||||
|
|
||||||
extern int verbose;
|
extern int verbose;
|
||||||
|
|
||||||
int HpmfwupgUpgrade(struct ipmi_intf *intf, char *imageFilename,
|
int HpmfwupgUpgrade(struct ipmi_intf *intf, char *imageFilename,
|
||||||
@ -112,6 +116,10 @@ int HpmFwupgActionUploadFirmware(struct HpmfwupgComponentBitMask components,
|
|||||||
struct ipmi_intf *intf,
|
struct ipmi_intf *intf,
|
||||||
int option,
|
int option,
|
||||||
int *pFlagColdReset);
|
int *pFlagColdReset);
|
||||||
|
int
|
||||||
|
HpmfwupgPreUpgradeCheck(struct ipmi_intf *intf,
|
||||||
|
struct HpmfwupgUpgradeCtx *pFwupgCtx,
|
||||||
|
int componentMask, int option);
|
||||||
|
|
||||||
/* HpmGetuserInput - get input from user
|
/* HpmGetuserInput - get input from user
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user