summaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-22 14:10:24 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-22 14:10:37 +0200
commitc13691a8e6febee561c839ded33b0f33c53b12d3 (patch)
treed25c0ad3b418bf3e309090b2560077646bd433ef /src/socket.h
parent2671b9af1b9b492e32cbe204bbeca5a3af35cf0c (diff)
downloadminetest-c13691a8e6febee561c839ded33b0f33c53b12d3.tar.gz
minetest-c13691a8e6febee561c839ded33b0f33c53b12d3.tar.bz2
minetest-c13691a8e6febee561c839ded33b0f33c53b12d3.zip
Add output levels --info and --trace (--verbose is now more verbose)
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 2 insertions, 0 deletions
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 <ostream>
#include "exceptions.h"
+extern bool socket_enable_debug_output;
+
class SocketException : public BaseException
{
public: