summaryrefslogtreecommitdiff
path: root/include/http_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_protocol.h')
-rw-r--r--include/http_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_protocol.h b/include/http_protocol.h
index d0d1f27a..fd95379d 100644
--- a/include/http_protocol.h
+++ b/include/http_protocol.h
@@ -379,7 +379,7 @@ AP_DECLARE_NONSTD(int) ap_rprintf(request_rec *r, const char *fmt,...)
/**
* Flush all of the data for the current request to the client
* @param r The current request
- * @return The number of bytes sent
+ * @return 0 on success, -1 if an error occurred
*/
AP_DECLARE(int) ap_rflush(request_rec *r);