mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(trunk libT) silence a gcc warning
This commit is contained in:
parent
6ad33534e7
commit
c086da3656
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ void tr_webRun( tr_session * session,
|
|||
tr_web_done_func done_func,
|
||||
void * done_func_user_data );
|
||||
|
||||
struct evbuffer;
|
||||
|
||||
void tr_http_escape( struct evbuffer *out, const char *str, int len, int noslashes );
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue