aboutsummaryrefslogtreecommitdiff
path: root/src/command.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-01 19:59:51 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-01 19:59:51 +0100
commit63ec195c36dc331cd77df721d45449a642e8a546 (patch)
treef9fc76c1965b35258825959935b1112f34077918 /src/command.hpp
parent56e57082a7e543155fcf583d146f4e130456ca73 (diff)
downloadwanda-63ec195c36dc331cd77df721d45449a642e8a546.tar.xz
wanda-63ec195c36dc331cd77df721d45449a642e8a546.zip
wandad: implement command handler for change
Diffstat (limited to 'src/command.hpp')
-rw-r--r--src/command.hpp3
1 files changed, 3 insertions, 0 deletions
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<wanda::message> message() const;
};
+
+std::optional<command> make_command(message message);
+
} // namespace wanda
#endif \ No newline at end of file