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:
Jeremy Ellington 2004-05-27 14:39:41 +00:00
parent 6b8ebca452
commit 4a76c7f66c

View File

@ -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 */