mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-07-04 03:01:36 +00:00
added missing prototype for lanplus_dump_rakp4_message
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
/* See the implementation file for documentation */
|
/* See the implementation file for documentation */
|
||||||
void lanplus_dump_open_session_response(const struct ipmi_rs * rsp);
|
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_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 */
|
#endif /* IPMI_LANPLUS_DUMP_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user