fix function prototypes

This commit is contained in:
Duncan Laurie 2005-05-11 05:44:41 +00:00
parent e34c7eeb5c
commit 5c2cd09f6a

View File

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