diff options
| author | Fuwn <[email protected]> | 2022-05-09 09:25:08 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-09 09:25:08 +0000 |
| commit | 9a5a3aa82497998fc4ec0b208ed29ccb03dfc2de (patch) | |
| tree | a66d879a0bab33c6d7f45a6cdfe6d03dfe981503 /maple/maple.hh | |
| parent | refactor: cleanup non-essential variables (diff) | |
| download | archived-maple-9a5a3aa82497998fc4ec0b208ed29ccb03dfc2de.tar.xz archived-maple-9a5a3aa82497998fc4ec0b208ed29ccb03dfc2de.zip | |
refactor(maple): move environment work to function
Diffstat (limited to 'maple/maple.hh')
| -rw-r--r-- | maple/maple.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maple/maple.hh b/maple/maple.hh index b212f13..e192459 100644 --- a/maple/maple.hh +++ b/maple/maple.hh @@ -28,6 +28,7 @@ namespace maple { static SSL_CTX *ssl_context; auto exit_with[[noreturn]](const char *, bool) -> void; + auto setup_environment(bool &, std::string &, size_t &) -> void; } #endif // MAPLE_HH |