From 63ec195c36dc331cd77df721d45449a642e8a546 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 1 Dec 2018 19:59:51 +0100 Subject: wandad: implement command handler for change --- src/command.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/command.hpp') diff --git a/src/command.hpp b/src/command.hpp index f4d7b31..54bf02d 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -21,6 +21,9 @@ struct command std::optional message() const; }; + +std::optional make_command(message message); + } // namespace wanda #endif \ No newline at end of file -- cgit v1.2.3