added missing prototype for lanplus_dump_rakp4_message

This commit is contained in:
Jeremy Ellington 2004-05-27 15:53:10 +00:00
parent ac3b1c8eda
commit 7810d7191b

View File

@ -43,6 +43,7 @@
/* See the implementation file for documentation */
void lanplus_dump_open_session_response(const struct ipmi_rs * rsp);
void lanplus_dump_rakp2_message(const struct ipmi_rs * rsp, unsigned char auth_alg);
void lanplus_dump_rakp4_message(const struct ipmi_rs * rsp, unsigned char auth_alg);
#endif /* IPMI_LANPLUS_DUMP_H */