diff options
Diffstat (limited to 'doc/chapters/hellobrowser.inc')
-rw-r--r-- | doc/chapters/hellobrowser.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/hellobrowser.inc b/doc/chapters/hellobrowser.inc index 611463e2..444fcd8e 100644 --- a/doc/chapters/hellobrowser.inc +++ b/doc/chapters/hellobrowser.inc | |||
@@ -37,7 +37,7 @@ Talking about the reply, it is defined as a string right after the function head | |||
37 | @verbatim | 37 | @verbatim |
38 | int answer_to_connection (void *cls, struct MHD_Connection *connection, const char *url, | 38 | int answer_to_connection (void *cls, struct MHD_Connection *connection, const char *url, |
39 | const char *method, const char *version, const char *upload_data, | 39 | const char *method, const char *version, const char *upload_data, |
40 | unsigned int *upload_data_size, void **con_cls) | 40 | size_t *upload_data_size, void **con_cls) |
41 | { | 41 | { |
42 | const char *page = "<html><body>Hello, browser!</body></html>"; | 42 | const char *page = "<html><body>Hello, browser!</body></html>"; |
43 | @end verbatim | 43 | @end verbatim |