Add function signatures

Add two function signatures that are added by kore.
This commit is contained in:
Robin Malley 2022-06-26 23:07:09 +00:00
parent e0fabca908
commit 3b1d3dd910
1 changed files with 3 additions and 1 deletions

View File

@ -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