commit | c99350c7a44e8e34d42d331b041cd7b571c9388a | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Nov 25 17:27:25 2015 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Wed Nov 25 17:27:25 2015 +1030 |
tree | 19b11a636a2fd0cbe0357813701be0ff8514330d | |
parent | f19539eca78d3710cceb30bac06e7f3d45868251 [diff] |
ipmid-api: wrap in extern "C" Wrap the entire header in an ifdef'd extern "C" so it can be used from C files. This fixes compilation for c files that need the header. Signed-off-by: Joel Stanley <joel@jms.id.au>