Add missing prototype for tr_peerIsIncoming().

This commit is contained in:
Josh Elsasser 2006-09-26 22:37:53 +00:00
parent f7c3910a79
commit 13c827a76e
1 changed files with 1 additions and 0 deletions

View File

@ -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 * );