aboutsummaryrefslogtreecommitdiff
path: root/handler.h
diff options
context:
space:
mode:
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);