Add prototype for kore_onload().

This commit is contained in:
Joris Vink 2016-07-07 13:18:41 +02:00
parent e96ed9ad66
commit a8917e355a

View File

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