diff options
Diffstat (limited to '')
-rw-r--r-- | bouncer/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bouncer/core.h b/bouncer/core.h index 28db1e8..a8f5d9b 100644 --- a/bouncer/core.h +++ b/bouncer/core.h @@ -396,6 +396,8 @@ public: bool quitFlag; + std::string bouncerPassword; + int execute(); Client *findClientWithSessionKey(uint8_t *key) const; |