aboutsummaryrefslogtreecommitdiff
path: root/handler.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-03-06 00:59:07 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-20 23:52:51 +0200
commitfa4745b4bac682f0a265b956a90bb7a84ef51192 (patch)
tree937111686b922c19e3f683a0363b94f810e8b54f /handler.h
parent4ef6d1b86f601e6a288e6c8cb399d3d0888ca783 (diff)
Perform some minor optimizations
Diffstat (limited to 'handler.h')
-rw-r--r--handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/handler.h b/handler.h
index 8550010..69f8cbf 100644
--- a/handler.h
+++ b/handler.h
@@ -4,7 +4,6 @@
#include "http.h"
#include <stddef.h>
-struct handler;
typedef int (*handler_fn)(const struct http_payload *p,
struct http_response *r, void *user);