1
0
Fork 0
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:
Charles Kerr 2009-11-11 01:03:06 +00:00
parent 6ad33534e7
commit c086da3656

View file

@ -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