1
0
Fork 0
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:
Andy Green 2011-10-03 19:30:22 +08:00
parent 0644779c62
commit 07b56e6a8c

View file

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