From 13d6a20aec9b5fff0a8524ab7b3782d5d6dd1cf6 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 25 Jul 2013 18:05:08 +0000 Subject: [PATCH] reintroduced declaration that was removed by mistake --- include/libtorrent/session.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/session.hpp b/include/libtorrent/session.hpp index 2cf18560f..563301321 100644 --- a/include/libtorrent/session.hpp +++ b/include/libtorrent/session.hpp @@ -600,7 +600,7 @@ namespace libtorrent , const char* net_interface = 0 , int flags = 0); unsigned short listen_port() const; - + bool is_listening() const; // if the listen port failed in some way // you can retry to listen on another port-