]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/conn.h
Use received return code on no-match in rlm_stg.
[stg.git] / projects / rlm_stg / conn.h
index cecc080270bcc0c4e5b2163332c45d718fb08e3b..6233b15414c9f2c425e453be310ada42430a2078 100644 (file)
@@ -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();