X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/82c15074a03680841318b6a8b934362ee02e9304..d241dd27df3a32b5477eadb1a9d4897d7fcf76a7:/projects/rlm_stg/conn.h diff --git a/projects/rlm_stg/conn.h b/projects/rlm_stg/conn.h index cecc0802..6233b154 100644 --- a/projects/rlm_stg/conn.h +++ b/projects/rlm_stg/conn.h @@ -42,7 +42,7 @@ class Conn explicit Error(const std::string& message) : runtime_error(message) {} }; - typedef bool (*Callback)(void* /*data*/, const RESULT& /*result*/, bool /*status*/); + typedef bool (*Callback)(void* /*data*/, const RESULT& /*result*/); Conn(const std::string& address, Callback callback, void* data); ~Conn();