diff options
Diffstat (limited to 'src/lib/connection_cleanup.h')
-rw-r--r-- | src/lib/connection_cleanup.h | 6 |
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 | */ |
38 | void | 38 | void |
39 | MHD_connection_cleanup_ (struct MHD_Daemon *daemon) | 39 | MHD_connection_cleanup_ (struct MHD_Daemon *daemon) |
40 | MHD_NONNULL (1); | 40 | MHD_NONNULL (1); |
41 | 41 | ||
42 | #endif | 42 | #endif |