mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +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,
|
tr_web_done_func done_func,
|
||||||
void * done_func_user_data );
|
void * done_func_user_data );
|
||||||
|
|
||||||
|
struct evbuffer;
|
||||||
|
|
||||||
void tr_http_escape( struct evbuffer *out, const char *str, int len, int noslashes );
|
void tr_http_escape( struct evbuffer *out, const char *str, int len, int noslashes );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue