refactor: prefer tr_strv*() funcs (#2317)

This commit is contained in:
Charles Kerr
2021-12-15 20:09:46 -06:00
committed by GitHub
parent 42b1362760
commit 2277fde4e0
18 changed files with 101 additions and 185 deletions

View File

@@ -31,8 +31,7 @@ void tr_rpc_request_exec_json(
/* see the RPC spec's "Request URI Notation" section */
void tr_rpc_request_exec_uri(
tr_session* session,
void const* request_uri,
size_t request_uri_len,
std::string_view request_uri,
tr_rpc_response_func callback,
void* callback_user_data);