aboutsummaryrefslogtreecommitdiff
path: root/src/query.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-20 18:19:12 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-20 18:19:12 -0300
commit7dff6dfd600e346c7bbd9fbcf6064caae156c984 (patch)
treed1ecb8ef48950b510b265573b8a77eb38f45e543 /src/query.hh
parent083047d123ba753b86c24c87ee702f84e1edfb52 (diff)
downloadgame-7dff6dfd600e346c7bbd9fbcf6064caae156c984.tar.gz
game-7dff6dfd600e346c7bbd9fbcf6064caae156c984.zip
finish `communication.cc`
Diffstat (limited to 'src/query.hh')
-rw-r--r--src/query.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/query.hh b/src/query.hh
index 92c3828..e518b69 100644
--- a/src/query.hh
+++ b/src/query.hh
@@ -37,6 +37,8 @@ struct TQueryManagerConnection{
struct TQueryManagerConnectionPool{
TQueryManagerConnectionPool(int Connections);
+ void init(void);
+ void exit(void);
// DATA
// =================