From 3b1d3dd910d55e5ab2eb6ac1dd4d4bb126248ecb Mon Sep 17 00:00:00 2001 From: Robin Malley Date: Sun, 26 Jun 2022 23:07:09 +0000 Subject: [PATCH] Add function signatures Add two function signatures that are added by kore. --- src/smr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/smr.c b/src/smr.c index 1177521..725f584 100644 --- a/src/smr.c +++ b/src/smr.c @@ -33,7 +33,9 @@ int delete(struct http_request *); int do_lua(struct http_request *req, const char *name); int errhandeler(lua_State *); lua_State *L; - +/* These should be defined in in kore somewhere and included here */ +void kore_worker_configure(void); +void kore_worker_teardown(void); /* static / index static / _post post