xref: /openbmc/bmcweb/features/redfish/include/dbus_log_watcher.hpp (revision b26ff34d5c35b623b0eb7de24f952d4c5d2459bf)
1 #pragma once
2 
3 #include <sdbusplus/message.hpp>
4 namespace redfish
5 {
6 
7 void getReadingsForReport(sdbusplus::message_t& msg);
8 
9 } // namespace redfish
10