mirror of
https://github.com/transmission/transmission
synced 2025-03-06 19:48:15 +00:00
Add missing prototype for tr_peerIsIncoming().
This commit is contained in:
parent
f7c3910a79
commit
13c827a76e
1 changed files with 1 additions and 0 deletions
|
@ -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 * );
|
||||
|
|
Loading…
Add table
Reference in a new issue