From a40d51abffd558f8d6aa8dd2dd5b91d113d2a1c8 Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Mon, 11 Apr 2016 16:26:18 +0200 Subject: [PATCH] Fix implicit declaration of function 'get_nic_selection_mode_12g' in lib/ipmi_delloem.c --- lib/ipmi_delloem.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ipmi_delloem.c b/lib/ipmi_delloem.c index d187b44..9bb0885 100644 --- a/lib/ipmi_delloem.c +++ b/lib/ipmi_delloem.c @@ -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) {