diff --git a/openvpn/server/manage.hpp b/openvpn/server/manage.hpp index 7f52edd4..cc633dbf 100644 --- a/openvpn/server/manage.hpp +++ b/openvpn/server/manage.hpp @@ -38,6 +38,7 @@ #include #include #include +#include namespace openvpn { namespace ManClientInstance { @@ -74,6 +75,7 @@ namespace openvpn { // disconnect virtual void disconnect_user(const HaltRestart::Type type, + const AuthStatus::Type auth_status, const std::string& reason, const bool tell_client) = 0;