mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-21 21:01:37 +00:00
make completion_code_vals extern'd. probably needs to be factored out of
the ipmi_bmc stuff if others are using it.
This commit is contained in:
@@ -207,6 +207,6 @@ struct ipmi_rs {
|
||||
#define IPMI_BMC_SLAVE_ADDR 0x20
|
||||
#define IPMI_REMOTE_SWID 0x81
|
||||
|
||||
const struct valstr completion_code_vals[25];
|
||||
extern const struct valstr completion_code_vals[25];
|
||||
|
||||
#endif /* IPMI_H */
|
||||
|
||||
Reference in New Issue
Block a user