Skip to content

Commit

Permalink
added closing brace for extern "C" in websocket.h (#8468)
Browse files Browse the repository at this point in the history
  • Loading branch information
arasouli91 authored and sbc100 committed Apr 21, 2019
1 parent c49428c commit d4548bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,4 @@ a license to everyone to use it as detailed in LICENSE.)
* Timothy Trindle <[email protected]> (copyright owned by Microsoft, Inc.)
* Matthew Andres Moreno <[email protected]>
* Eric Mandel <[email protected]>
* Amir Rasouli <[email protected]>
4 changes: 4 additions & 0 deletions system/include/emscripten/websocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ EMSCRIPTEN_RESULT emscripten_websocket_delete(EMSCRIPTEN_WEBSOCKET_T socket);
// even after the pthread quits, although be warned that if the target thread that was registered to handle events for a given WebSocket quits, then those
// events will stop from being delivered altogether.
void emscripten_websocket_deinitialize(void);

#ifdef __cplusplus
} // ~extern "C"
#endif

0 comments on commit d4548bb

Please sign in to comment.