diff options
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r-- | src/daemon/internal.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h index e09acf3b..2f7fd194 100644 --- a/src/daemon/internal.h +++ b/src/daemon/internal.h | |||
@@ -43,6 +43,9 @@ | |||
43 | #include "microhttpd.h" | 43 | #include "microhttpd.h" |
44 | #include "config.h" | 44 | #include "config.h" |
45 | 45 | ||
46 | #define MHD_MAX_BUF_SIZE 2048 | ||
47 | |||
48 | |||
46 | 49 | ||
47 | /** | 50 | /** |
48 | * Header or cookie in HTTP request or response. | 51 | * Header or cookie in HTTP request or response. |
@@ -73,12 +76,10 @@ struct MHD_Daemon { | |||
73 | 76 | ||
74 | struct MHD_Access_Handler * handlers; | 77 | struct MHD_Access_Handler * handlers; |
75 | 78 | ||
76 | MHD_AccessHandlerCallback default_handler; | 79 | struct MHD_Access_Handler default_handler; |
77 | 80 | ||
78 | struct MHD_Session * connections; | 81 | struct MHD_Session * connections; |
79 | 82 | ||
80 | void * dh_cls; | ||
81 | |||
82 | MHD_AcceptPolicyCallback apc; | 83 | MHD_AcceptPolicyCallback apc; |
83 | 84 | ||
84 | void * apc_cls; | 85 | void * apc_cls; |