summaryrefslogtreecommitdiffstats
path: root/writefrudata.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'writefrudata.hpp')
-rw-r--r--writefrudata.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/writefrudata.hpp b/writefrudata.hpp
index 1f3e49f..e713bd5 100644
--- a/writefrudata.hpp
+++ b/writefrudata.hpp
@@ -49,7 +49,7 @@ struct common_header
* @param[in] bus_type - a systemd bus for publishing the information.
* @param[in] bmc_fru - If a particular area accessible only by BMC.
*/
-int ipmi_validate_fru_area(const uint8_t fruid, const char* fru_file_name,
- sd_bus* bus_type, const bool bmc_fru);
+int validateFRUArea(const uint8_t fruid, const char* fru_file_name,
+ sd_bus* bus_type, const bool bmc_fru);
#endif
OpenPOWER on IntegriCloud