Tune caves
[oweals/minetest.git] / src / socket.h
index fe542dfcce3079f918fa6aa1a833d99c595dfb23..ac26b575c78b346a21357bf329549165400d0e4d 100644 (file)
@@ -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: