doc LWS_EXTERN
authorAndy Green <andy@warmcat.com>
Mon, 3 Oct 2011 11:30:22 +0000 (19:30 +0800)
committerAndy Green <andy@warmcat.com>
Mon, 3 Oct 2011 11:30:22 +0000 (19:30 +0800)
Signed-off-by: Andy Green <andy@warmcat.com>
libwebsockets-api-doc.html

index bc0ce48..98e1e66 100644 (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>,