diff options
Diffstat (limited to 'minion/src/util.hpp')
-rw-r--r-- | minion/src/util.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |