projects
/
platform
/
upstream
/
libwebsockets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3e413
)
Add missing LWS_VISIBLE to libwebsocket_set_timeout()
author
Patrick Gansterer
<paroga@paroga.com>
Wed, 26 Feb 2014 17:51:05 +0000
(18:51 +0100)
committer
Andy Green
<andy.green@linaro.org>
Thu, 27 Feb 2014 12:46:38 +0000
(20:46 +0800)
This aligns it with the style of all other function declarations.
lib/libwebsockets.h
patch
|
blob
|
history
diff --git
a/lib/libwebsockets.h
b/lib/libwebsockets.h
index
aa42783
..
b3c7f08
100644
(file)
--- a/
lib/libwebsockets.h
+++ b/
lib/libwebsockets.h
@@
-990,7
+990,7
@@
enum pending_timeout {
PENDING_TIMEOUT_HTTP_CONTENT,
};
-LWS_EXTERN void
+LWS_
VISIBLE LWS_
EXTERN void
libwebsocket_set_timeout(struct libwebsocket *wsi,
enum pending_timeout reason, int secs);