aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters/exploringrequests.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters/exploringrequests.inc')
-rw-r--r--doc/chapters/exploringrequests.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/exploringrequests.inc b/doc/chapters/exploringrequests.inc
index 11a169dd..d8790025 100644
--- a/doc/chapters/exploringrequests.inc
+++ b/doc/chapters/exploringrequests.inc
@@ -11,7 +11,7 @@ without much ado by the server.
11@verbatim 11@verbatim
12int answer_to_connection (void *cls, struct MHD_Connection *connection, const char *url, 12int answer_to_connection (void *cls, struct MHD_Connection *connection, const char *url,
13 const char *method, const char *version, const char *upload_data, 13 const char *method, const char *version, const char *upload_data,
14 unsigned int *upload_data_size, void **con_cls) 14 size_t *upload_data_size, void **con_cls)
15{ 15{
16 ... 16 ...
17 return MHD_NO; 17 return MHD_NO;