summaryrefslogtreecommitdiff
path: root/src/microhttpd/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.h')
-rw-r--r--src/microhttpd/response.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/microhttpd/response.h b/src/microhttpd/response.h
index 5785ec96..a13683d1 100644
--- a/src/microhttpd/response.h
+++ b/src/microhttpd/response.h
@@ -28,8 +28,9 @@
#define RESPONSE_H
/**
- * Increment response RC. Should this be part of the
- * public API?
+ * Increments the reference counter for the @a response.
+ *
+ * @param response object to modify
*/
void
MHD_increment_response_rc (struct MHD_Response *response);