mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
(trunk libT) very minor tweak: tr_httpIsValidURL() should return a tr_bool, not an int.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user