From 76bc59f8548bb3388747cc1c54326fb7236dc1eb Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 17 May 2022 12:49:45 +0200 Subject: refactor(minion): add quit function & improve in loop --- minion/src/util.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minion/src/util.hpp') diff --git a/minion/src/util.hpp b/minion/src/util.hpp index 4cc3967..0dbb03f 100644 --- a/minion/src/util.hpp +++ b/minion/src/util.hpp @@ -36,4 +36,6 @@ void substr(const char *str, const char *end, char *dest) noexcept; */ auto streq(const char *str_one, const char *str_two) noexcept -> bool; +void quit() noexcept; + } // namespace util -- cgit v1.2.3-18-g5258