diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-06 00:59:07 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-20 23:52:51 +0200 |
| commit | fa4745b4bac682f0a265b956a90bb7a84ef51192 (patch) | |
| tree | 937111686b922c19e3f683a0363b94f810e8b54f /handler.h | |
| parent | 4ef6d1b86f601e6a288e6c8cb399d3d0888ca783 (diff) | |
Perform some minor optimizations
Diffstat (limited to 'handler.h')
| -rw-r--r-- | handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
