mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
fix function prototypes
This commit is contained in:
parent
e34c7eeb5c
commit
5c2cd09f6a
@ -3184,7 +3184,7 @@ ipmi_lanplus_open(struct ipmi_intf * intf)
|
||||
|
||||
|
||||
|
||||
void test_crypt1()
|
||||
void test_crypt1(void)
|
||||
{
|
||||
uint8_t key[] =
|
||||
{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A,
|
||||
@ -3233,7 +3233,7 @@ void test_crypt1()
|
||||
|
||||
|
||||
|
||||
void test_crypt2()
|
||||
void test_crypt2(void)
|
||||
{
|
||||
uint8_t key[] =
|
||||
{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A,
|
||||
|
Loading…
x
Reference in New Issue
Block a user