move send pipe choked api to public exports
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
bc15798f65
commit
043a0ba854
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue