Fix warnings

This commit is contained in:
Eric Petit 2007-01-19 08:40:06 +00:00
parent 09c096731c
commit 918c083618
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -23,6 +23,7 @@
*****************************************************************************/
#include "transmission.h"
#include "shared.h"
/***********************************************************************
* Local prototypes