kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit a8917e355a3a953cbbefb824a4625adfa7732c5c
parent e96ed9ad667be817304f905dc7f9fb1266c2c74e
Author: Joris Vink <joris@coders.se>
Date:   Thu,  7 Jul 2016 13:18:41 +0200

Add prototype for kore_onload().

Diffstat:
includes/kore.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/kore.h b/includes/kore.h @@ -635,7 +635,7 @@ void kore_keymgr_run(void); void kore_keymgr_cleanup(void); #if defined(KORE_SINGLE_BINARY) -void kore_main(void); +void kore_onload(void); #endif #if defined(__cplusplus)