1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

move send pipe choked api to public exports

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2011-04-25 23:54:11 +08:00
parent bc15798f65
commit 043a0ba854
2 changed files with 3 additions and 2 deletions

View file

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

View file

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