summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-25 11:27:14 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-25 11:27:14 +0200
commitc37eb9b139a6730e2bd835dd8820a3be92b855cb (patch)
tree38ef6c5c111f4cefa1136eeae2ebb1afbd00bc23 /src/connection.h
parented6039d47240e744df28b8c486f50208519bfc9c (diff)
downloadminetest-c37eb9b139a6730e2bd835dd8820a3be92b855cb.tar.gz
minetest-c37eb9b139a6730e2bd835dd8820a3be92b855cb.tar.bz2
minetest-c37eb9b139a6730e2bd835dd8820a3be92b855cb.zip
tinkering around
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.h b/src/connection.h
index ad45278ba..73d043710 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -477,7 +477,7 @@ public:
// Calls PeerHandler::deletingPeer
// Returns false if peer was not found
- bool deletePeer(u16 peer_id);
+ bool deletePeer(u16 peer_id, bool timeout);
void SetPeerID(u16 id){ m_peer_id = id; }
u16 GetPeerID(){ return m_peer_id; }