introduce-libwebsockets_hangup_on_client.patch

Signed-off-by: Andy Green <andy.green@linaro.org>
diff --git a/libwebsockets-api-doc.html b/libwebsockets-api-doc.html
index 487b942..1415ff5 100644
--- a/libwebsockets-api-doc.html
+++ b/libwebsockets-api-doc.html
@@ -1,3 +1,16 @@
+<h2>libwebsockets_hangup_on_client - Server calls to terminate client connection</h2>
+<i>void</i>
+<b>libwebsockets_hangup_on_client</b>
+(<i>struct libwebsocket_context *</i> <b>this</b>,
+<i>int</i> <b>fd</b>)
+<h3>Arguments</h3>
+<dl>
+<dt><b>this</b>
+<dd>libwebsockets context
+<dt><b>fd</b>
+<dd>Connection socket descriptor
+</dl>
+<hr>
 <h2>libwebsockets_get_peer_addresses - Get client address information</h2>
 <i>void</i>
 <b>libwebsockets_get_peer_addresses</b>