diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-12-01 19:59:51 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-12-01 19:59:51 +0100 |
| commit | 63ec195c36dc331cd77df721d45449a642e8a546 (patch) | |
| tree | f9fc76c1965b35258825959935b1112f34077918 /src/command.hpp | |
| parent | 56e57082a7e543155fcf583d146f4e130456ca73 (diff) | |
| download | wanda-63ec195c36dc331cd77df721d45449a642e8a546.tar.xz wanda-63ec195c36dc331cd77df721d45449a642e8a546.zip | |
wandad: implement command handler for change
Diffstat (limited to 'src/command.hpp')
| -rw-r--r-- | src/command.hpp | 3 |
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 |
