From 13c827a76eba8277e1c6d4809aca20b80d796f8b Mon Sep 17 00:00:00 2001 From: Josh Elsasser Date: Tue, 26 Sep 2006 22:37:53 +0000 Subject: [PATCH] Add missing prototype for tr_peerIsIncoming(). --- libtransmission/peer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libtransmission/peer.h b/libtransmission/peer.h index 297a9f242..9d21e623e 100644 --- a/libtransmission/peer.h +++ b/libtransmission/peer.h @@ -39,6 +39,7 @@ uint8_t * tr_peerId ( tr_peer_t * ); uint8_t * tr_peerHash ( tr_peer_t * ); void tr_peerPulse ( tr_torrent_t * ); int tr_peerIsConnected ( tr_peer_t * ); +int tr_peerIsIncoming ( tr_peer_t * ); int tr_peerIsUploading ( tr_peer_t * ); int tr_peerIsDownloading ( tr_peer_t * ); uint8_t * tr_peerBitfield ( tr_peer_t * );