mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
Fix warnings
This commit is contained in:
parent
09c096731c
commit
918c083618
2 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ uint8_t * tr_peerHash ( tr_peer_t * );
|
|||
int tr_peerPulse ( tr_torrent_t * );
|
||||
int tr_peerIsConnected ( tr_peer_t * );
|
||||
int tr_peerIsIncoming ( tr_peer_t * );
|
||||
int tr_peerIsChoking ( tr_peer_t * );
|
||||
float tr_peerProgress ( tr_peer_t * );
|
||||
int tr_peerPort ( tr_peer_t * );
|
||||
uint8_t * tr_peerBitfield ( tr_peer_t * );
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "transmission.h"
|
||||
#include "shared.h"
|
||||
|
||||
/***********************************************************************
|
||||
* Local prototypes
|
||||
|
|
Loading…
Reference in a new issue