Change the signature of the command handler functions.
Resolves openbmc/openbmc#857
Change-Id: I0b7ca6665dd89629838a238d77aff67fec1818c7
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/command/channel_auth.hpp b/command/channel_auth.hpp
index 1d1d5c4..7b922c2 100644
--- a/command/channel_auth.hpp
+++ b/command/channel_auth.hpp
@@ -118,7 +118,7 @@
*
* @return Response data for the command
*/
-std::vector<uint8_t> GetChannelCapabilities(std::vector<uint8_t>& inPayload,
- const message::Handler& handler);
+std::vector<uint8_t> GetChannelCapabilities(
+ const std::vector<uint8_t>& inPayload, const message::Handler& handler);
} // namespace command