Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libwebsockets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fork
libwebsockets
Commits
07b56e6a
Commit
07b56e6a
authored
13 years ago
by
Andy Green
Browse files
Options
Downloads
Patches
Plain Diff
doc LWS_EXTERN
Signed-off-by:
Andy Green
<
andy@warmcat.com
>
parent
0644779c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libwebsockets-api-doc.html
+2
-2
2 additions, 2 deletions
libwebsockets-api-doc.html
with
2 additions
and
2 deletions
libwebsockets-api-doc.html
+
2
−
2
View file @
07b56e6a
...
@@ -469,7 +469,7 @@ This function creates a connection to a remote server
...
@@ -469,7 +469,7 @@ This function creates a connection to a remote server
</blockquote>
</blockquote>
<hr>
<hr>
<h2>
callback - User server actions
</h2>
<h2>
callback - User server actions
</h2>
<i>
int
</i>
<i>
LWS_EXTERN
int
</i>
<b>
callback
</b>
<b>
callback
</b>
(
<i>
struct libwebsocket_context *
</i>
<b>
context
</b>
,
(
<i>
struct libwebsocket_context *
</i>
<b>
context
</b>
,
<i>
struct libwebsocket *
</i>
<b>
wsi
</b>
,
<i>
struct libwebsocket *
</i>
<b>
wsi
</b>
,
...
@@ -725,7 +725,7 @@ internal polling loop, you can just ignore it.
...
@@ -725,7 +725,7 @@ internal polling loop, you can just ignore it.
</blockquote>
</blockquote>
<hr>
<hr>
<h2>
extension_callback - Hooks to allow extensions to operate
</h2>
<h2>
extension_callback - Hooks to allow extensions to operate
</h2>
<i>
int
</i>
<i>
LWS_EXTERN
int
</i>
<b>
extension_callback
</b>
<b>
extension_callback
</b>
(
<i>
struct libwebsocket_context *
</i>
<b>
context
</b>
,
(
<i>
struct libwebsocket_context *
</i>
<b>
context
</b>
,
<i>
struct libwebsocket_extension *
</i>
<b>
ext
</b>
,
<i>
struct libwebsocket_extension *
</i>
<b>
ext
</b>
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment