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-03-06 00:59:07 +0100 |
| commit | 4cd577afa906b021de2192be978230d9db0f513a (patch) | |
| tree | 94eacc5ca4063b288b4bbff3d9a1786a1e6c6445 /handler.h | |
| parent | 8bc191d08a9340154db24b3096c8ba72d9a1ef0f (diff) | |
| download | slcl-4cd577afa906b021de2192be978230d9db0f513a.tar.gz | |
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); |
