aboutsummaryrefslogtreecommitdiff
path: root/maple/maple.hh
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-09 09:25:08 +0000
committerFuwn <[email protected]>2022-05-09 09:25:08 +0000
commit9a5a3aa82497998fc4ec0b208ed29ccb03dfc2de (patch)
treea66d879a0bab33c6d7f45a6cdfe6d03dfe981503 /maple/maple.hh
parentrefactor: cleanup non-essential variables (diff)
downloadarchived-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.hh1
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