aboutsummaryrefslogtreecommitdiff
path: root/src/command.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.hpp')
-rw-r--r--src/command.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.hpp b/src/command.hpp
index 54bf02d..5fac065 100644
--- a/src/command.hpp
+++ b/src/command.hpp
@@ -24,6 +24,8 @@ struct command
std::optional<command> make_command(message message);
+command make_change_command();
+
} // namespace wanda
#endif \ No newline at end of file