mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-28 08:11:36 +00:00
Export find_lan_channel() as global
This commit is contained in:
committed by
Zdenek Styblik
parent
7f8d37493f
commit
2f76ab3d3a
@@ -104,7 +104,7 @@ is_lan_channel(struct ipmi_intf * intf, uint8_t chan)
|
||||
* @intf: ipmi interface handle
|
||||
* @start: channel number to start searching from
|
||||
*/
|
||||
static uint8_t
|
||||
uint8_t
|
||||
find_lan_channel(struct ipmi_intf * intf, uint8_t start)
|
||||
{
|
||||
uint8_t chan = 0;
|
||||
|
||||
Reference in New Issue
Block a user