Fix implicit declarations of functions 'HpmfwupgPreUpgradeCheck' and 'ipmi_intf_get_max_request_data_size' in lib/ipmi_hpmfwupg.c

This commit is contained in:
Dennis Schridde 2016-04-11 16:35:57 +02:00
parent a40d51abff
commit a40737f856

View File

@ -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
* *