return TRUE;
}
-/** @brief return TRUE if the url is a http or https or UDP URL that Transmission understands */
+/** @brief return TRUE if the URL is a http or https or UDP one that Transmission understands */
tr_bool
tr_urlIsValidTracker( const char * url )
{
return valid;
}
-/** @brief return TRUE if the url is a http or https or ftp or sftp url that Transmission understands */
+/** @brief return TRUE if the URL is a http or https or ftp or sftp one that Transmission understands */
tr_bool
tr_urlIsValid( const char * url, int url_len )
{