mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
docs: fix typo
This commit is contained in:
parent
ec81f538be
commit
88a400515f
1 changed files with 0 additions and 2 deletions
|
@ -534,8 +534,6 @@ lws_hdr_custom_name_foreach(struct lws *wsi, lws_hdr_custom_fe_cb_t cb, void *op
|
|||
*
|
||||
* Use this in place of lws_get_urlarg_by_name() that does not return an
|
||||
* explicit length.
|
||||
*
|
||||
* Use lws_get_urlarg_by_name_safe() instead of this, which returns the length.
|
||||
*/
|
||||
LWS_VISIBLE LWS_EXTERN int
|
||||
lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len);
|
||||
|
|
Loading…
Add table
Reference in a new issue