mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
clean: remove public apis for removed functions
https://github.com/warmcat/libwebsockets/issues/2605
This commit is contained in:
parent
61880e15ff
commit
f5ae2bc657
1 changed files with 0 additions and 24 deletions
|
@ -1188,30 +1188,6 @@ lws_get_vhost_user(struct lws_vhost *vhost);
|
|||
LWS_VISIBLE LWS_EXTERN const char *
|
||||
lws_get_vhost_iface(struct lws_vhost *vhost);
|
||||
|
||||
/**
|
||||
* lws_json_dump_vhost() - describe vhost state and stats in JSON
|
||||
*
|
||||
* \param vh: the vhost
|
||||
* \param buf: buffer to fill with JSON
|
||||
* \param len: max length of buf
|
||||
*/
|
||||
LWS_VISIBLE LWS_EXTERN int
|
||||
lws_json_dump_vhost(const struct lws_vhost *vh, char *buf, int len);
|
||||
|
||||
/**
|
||||
* lws_json_dump_context() - describe context state and stats in JSON
|
||||
*
|
||||
* \param context: the context
|
||||
* \param buf: buffer to fill with JSON
|
||||
* \param len: max length of buf
|
||||
* \param hide_vhosts: nonzero to not provide per-vhost mount etc information
|
||||
*
|
||||
* Generates a JSON description of vhost state into buf
|
||||
*/
|
||||
LWS_VISIBLE LWS_EXTERN int
|
||||
lws_json_dump_context(const struct lws_context *context, char *buf, int len,
|
||||
int hide_vhosts);
|
||||
|
||||
/**
|
||||
* lws_vhost_user() - get the user data associated with the vhost
|
||||
* \param vhost: Websocket vhost
|
||||
|
|
Loading…
Add table
Reference in a new issue