mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-21 16:42:19 +08:00
Fix implicit declaration of function 'get_nic_selection_mode_12g' in lib/ipmi_delloem.c
This commit is contained in:
parent
9fd4dedd37
commit
a40d51abff
@ -251,6 +251,9 @@ static int ipmi_setled_state(struct ipmi_intf *intf, int bayId, int slotId,
|
||||
int state);
|
||||
static int ipmi_getdrivemap(struct ipmi_intf *intf, int b, int d, int f,
|
||||
int *bayId, int *slotId);
|
||||
static int
|
||||
get_nic_selection_mode_12g(struct ipmi_intf* intf,int current_arg,
|
||||
char ** argv, char *nic_set);
|
||||
|
||||
/* Function Name: ipmi_delloem_main
|
||||
*
|
||||
@ -2051,7 +2054,7 @@ IsLANSupported()
|
||||
return 1;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
get_nic_selection_mode_12g(struct ipmi_intf* intf,int current_arg,
|
||||
char ** argv, char *nic_set)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user