aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/response.h')
-rw-r--r--src/daemon/response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/response.h b/src/daemon/response.h
index ab582f00..a31ba30f 100644
--- a/src/daemon/response.h
+++ b/src/daemon/response.h
@@ -32,7 +32,7 @@
32 * Increment response RC. Should this be part of the 32 * Increment response RC. Should this be part of the
33 * public API? 33 * public API?
34 */ 34 */
35void MHD_increment_response_rc(struct MHD_Response * response); 35void MHD_increment_response_rc (struct MHD_Response *response);
36 36
37 37
38#endif 38#endif