aboutsummaryrefslogtreecommitdiff
path: root/src/lib/connection_cleanup.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-17 16:56:41 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-17 16:56:41 +0200
commit972103dc288e2a2396e060018e7c3733f29a940d (patch)
treeaeb0b3a182d5168f12752928d3204342c9581e91 /src/lib/connection_cleanup.h
parentcbbfd0591fc639ddd21a5850f54f403fb7394174 (diff)
downloadlibmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.tar.gz
libmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.zip
applying uncrustify to ensure uniform indentation
Diffstat (limited to 'src/lib/connection_cleanup.h')
-rw-r--r--src/lib/connection_cleanup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/connection_cleanup.h b/src/lib/connection_cleanup.h
index 26fbebaf..c6beeeee 100644
--- a/src/lib/connection_cleanup.h
+++ b/src/lib/connection_cleanup.h
@@ -18,7 +18,7 @@
18*/ 18*/
19/** 19/**
20 * @file lib/connection_cleanup.h 20 * @file lib/connection_cleanup.h
21 * @brief functions to cleanup completed connection 21 * @brief functions to cleanup completed connection
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 */ 23 */
24#ifndef CONNECTION_CLEANUP_H 24#ifndef CONNECTION_CLEANUP_H
@@ -28,7 +28,7 @@
28/** 28/**
29 * Free resources associated with all closed connections. (destroy 29 * Free resources associated with all closed connections. (destroy
30 * responses, free buffers, etc.). All closed connections are kept in 30 * responses, free buffers, etc.). All closed connections are kept in
31 * the "cleanup" doubly-linked list. 31 * the "cleanup" doubly-linked list.
32 * 32 *
33 * @remark To be called only from thread that process daemon's 33 * @remark To be called only from thread that process daemon's
34 * select()/poll()/etc. 34 * select()/poll()/etc.
@@ -37,6 +37,6 @@
37 */ 37 */
38void 38void
39MHD_connection_cleanup_ (struct MHD_Daemon *daemon) 39MHD_connection_cleanup_ (struct MHD_Daemon *daemon)
40 MHD_NONNULL (1); 40MHD_NONNULL (1);
41 41
42#endif 42#endif