commit | 6872af6e32a93ff54544b2d32302bb236cd891a5 | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Tue Nov 24 08:58:46 2015 -0600 |
committer | nkskjames <nkskjames@gmail.com> | Tue Nov 24 08:58:46 2015 -0600 |
tree | e853c5408eef3134c7a197360a7a66005dcee387 | |
parent | 781d2036ea3a2aada511174efec53c55159f61b4 [diff] | |
parent | 5fe5ace9c515c28b45de2007cf7ba848f0269258 [diff] |
Merge pull request #43 from causten/ipmidapi Externing api for others
diff --git a/ipmid-api.h b/ipmid-api.h index 34d3bbe..5da7636 100644 --- a/ipmid-api.h +++ b/ipmid-api.h
@@ -94,5 +94,5 @@ IPMI_CC_UNSPECIFIED_ERROR = 0xFF, }; -sd_bus *ipmid_get_sd_bus_connection(void); +extern "C" sd_bus *ipmid_get_sd_bus_connection(void); #endif