diff --git a/http/http_event.c b/http/http_event.c
index d5bb084..796e860 100644
Binary files a/http/http_event.c and b/http/http_event.c differ
diff --git a/lib/kc3/0.1/http/event.kc3 b/lib/kc3/0.1/http/event.kc3
index feac687..efa28d0 100644
--- a/lib/kc3/0.1/http/event.kc3
+++ b/lib/kc3/0.1/http/event.kc3
@@ -8,6 +8,6 @@ defmodule HTTP.Event do
def init = cfn Ptr "event_init" ()
- def new = cfn Void "http_event_new" (S32, List, Cfn, Tag)
+ def new = cfn Void "http_event_new" (S32, List, Fn, Tag)
-end
\ No newline at end of file
+end