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-03-06 00:59:07 +0100
commit4cd577afa906b021de2192be978230d9db0f513a (patch)
tree94eacc5ca4063b288b4bbff3d9a1786a1e6c6445 /handler.h
parent8bc191d08a9340154db24b3096c8ba72d9a1ef0f (diff)
downloadslcl-4cd577afa906b021de2192be978230d9db0f513a.tar.gz
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);