Changeset 7552 for trunk/libtransmission/rpcimpl.h
- Timestamp:
- Dec 30, 2008, 10:07:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/rpcimpl.h
r7404 r7552 18 18 ***/ 19 19 20 struct evbuffer; 20 21 struct tr_benc; 21 22 22 23 /* http://www.json.org/ */ 23 char*tr_rpc_request_exec_json( tr_session* session,24 const void * request_json,25 int request_len,26 int * response_len);24 void tr_rpc_request_exec_json( tr_session * session, 25 const void * request_json, 26 int request_len, 27 struct evbuffer * setme_response ); 27 28 28 29 /* see the RPC spec's "Request URI Notation" section */ 29 char*tr_rpc_request_exec_uri( tr_session* session,30 const void * request_uri,31 intrequest_len,32 int * response_len);30 void tr_rpc_request_exec_uri( tr_session * session, 31 const void * request_uri, 32 int request_len, 33 struct evbuffer * setme_response ); 33 34 34 35 void tr_rpc_parse_list_str( struct tr_benc * setme,
Note: See TracChangeset
for help on using the changeset viewer.