diff options
Diffstat (limited to 'src/daemon/minimal_example.c')
-rw-r--r-- | src/daemon/minimal_example.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/minimal_example.c b/src/daemon/minimal_example.c index 68b4a3d6..0cbf3a14 100644 --- a/src/daemon/minimal_example.c +++ b/src/daemon/minimal_example.c | |||
@@ -40,8 +40,9 @@ ahc_echo (void *cls, | |||
40 | struct MHD_Connection *connection, | 40 | struct MHD_Connection *connection, |
41 | const char *url, | 41 | const char *url, |
42 | const char *method, | 42 | const char *method, |
43 | const char *version, | ||
43 | const char *upload_data, | 44 | const char *upload_data, |
44 | const char *version, unsigned int *upload_data_size, void **ptr) | 45 | unsigned int *upload_data_size, void **ptr) |
45 | { | 46 | { |
46 | static int aptr; | 47 | static int aptr; |
47 | const char *me = cls; | 48 | const char *me = cls; |