(trunk libT) very minor tweak: tr_httpIsValidURL() should return a tr_bool, not an int.

This commit is contained in:
Charles Kerr
2009-08-12 19:44:32 +00:00
parent bf1a544939
commit 306d26a97c
2 changed files with 4 additions and 4 deletions

View File

@@ -375,7 +375,7 @@ void tr_sha1_to_hex( char * out,
const uint8_t * sha1 );
int tr_httpIsValidURL( const char * url );
tr_bool tr_httpIsValidURL( const char * url );
int tr_httpParseURL( const char * url,
int url_len,