aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters/basicauthentication.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters/basicauthentication.inc')
-rw-r--r--doc/chapters/basicauthentication.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/basicauthentication.inc b/doc/chapters/basicauthentication.inc
index 6b7dcdc6..fc2e45ca 100644
--- a/doc/chapters/basicauthentication.inc
+++ b/doc/chapters/basicauthentication.inc
@@ -44,7 +44,7 @@ Not even the headers will be looked at on the first iteration.
44@verbatim 44@verbatim
45int answer_to_connection (void *cls, struct MHD_Connection *connection, 45int answer_to_connection (void *cls, struct MHD_Connection *connection,
46 const char *url, const char *method, const char *version, 46 const char *url, const char *method, const char *version,
47 const char *upload_data, unsigned int *upload_data_size, 47 const char *upload_data, size_t *upload_data_size,
48 void **con_cls) 48 void **con_cls)
49{ 49{
50 if (0 != strcmp(method, "GET")) return MHD_NO; 50 if (0 != strcmp(method, "GET")) return MHD_NO;