aboutsummaryrefslogtreecommitdiff
path: root/include/slweb/handler.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-13 01:53:28 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-13 02:30:06 +0200
commit0e2f46e4887618ce45e979d939d1329312ecaacd (patch)
treee31ce8dd88d0343e4f12837535893a8daf43c13c /include/slweb/handler.h
parentf6562ddab30feb4bb63d9cda9801dbf607c33d07 (diff)
WIP parallelparallel
Diffstat (limited to 'include/slweb/handler.h')
-rw-r--r--include/slweb/handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slweb/handler.h b/include/slweb/handler.h
index 4ac7f76..ca221aa 100644
--- a/include/slweb/handler.h
+++ b/include/slweb/handler.h
@@ -5,7 +5,7 @@
#include <stddef.h>
typedef int (*handler_fn)(const struct http_payload *p,
- struct http_response *r, void *user);
+ struct http_response *r, struct http_future *f, void *user);
struct handler_cfg
{