From: Andy Green Date: Mon, 25 Apr 2011 15:54:11 +0000 (+0800) Subject: move send pipe choked api to public exports X-Git-Tag: 1.2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=043a0ba8541b12db6fcf3e3e50d73319a133e169;p=profile%2Fivi%2Flibwebsockets.git move send pipe choked api to public exports Signed-off-by: Andy Green --- diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index c247c3a..77bfa3d 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -648,6 +648,9 @@ extern int libwebsockets_get_random(struct libwebsocket_context *context, void *buf, int len); +extern int +lws_send_pipe_choked(struct libwebsocket *wsi); + extern unsigned char * libwebsockets_SHA1(const unsigned char *d, size_t n, unsigned char *md); diff --git a/lib/private-libwebsockets.h b/lib/private-libwebsockets.h index 4b4d3cd..f0f55a8 100644 --- a/lib/private-libwebsockets.h +++ b/lib/private-libwebsockets.h @@ -352,8 +352,6 @@ libwebsocket_set_timeout(struct libwebsocket *wsi, extern int lws_issue_raw(struct libwebsocket *wsi, unsigned char *buf, size_t len); -extern int -lws_send_pipe_choked(struct libwebsocket *wsi); #ifndef LWS_OPENSSL_SUPPORT