mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
doc LWS_EXTERN
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
0644779c62
commit
07b56e6a8c
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ This function creates a connection to a remote server
|
|||
</blockquote>
|
||||
<hr>
|
||||
<h2>callback - User server actions</h2>
|
||||
<i>int</i>
|
||||
<i>LWS_EXTERN int</i>
|
||||
<b>callback</b>
|
||||
(<i>struct libwebsocket_context *</i> <b>context</b>,
|
||||
<i>struct libwebsocket *</i> <b>wsi</b>,
|
||||
|
@ -725,7 +725,7 @@ internal polling loop, you can just ignore it.
|
|||
</blockquote>
|
||||
<hr>
|
||||
<h2>extension_callback - Hooks to allow extensions to operate</h2>
|
||||
<i>int</i>
|
||||
<i>LWS_EXTERN int</i>
|
||||
<b>extension_callback</b>
|
||||
(<i>struct libwebsocket_context *</i> <b>context</b>,
|
||||
<i>struct libwebsocket_extension *</i> <b>ext</b>,
|
||||
|
|
Loading…
Add table
Reference in a new issue