From c13691a8e6febee561c839ded33b0f33c53b12d3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 22 Mar 2012 14:10:24 +0200 Subject: Add output levels --info and --trace (--verbose is now more verbose) --- src/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/socket.h') diff --git a/src/socket.h b/src/socket.h index fe542dfcc..ac26b575c 100644 --- a/src/socket.h +++ b/src/socket.h @@ -23,6 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include "exceptions.h" +extern bool socket_enable_debug_output; + class SocketException : public BaseException { public: -- cgit v1.2.3