set default values for mod and tmp dir, removed arguments from stk init

This commit is contained in:
2026-01-25 16:01:51 +01:00
parent f66a3bc00d
commit ac0125274d
2 changed files with 4 additions and 35 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ typedef enum {
STK_MOD_RELOAD
} stk_module_event_t;
int stk_init(const char *mod_dir, const char *tmp_dir);
int stk_init(void);
void stk_shutdown(void);
size_t stk_module_count(void);
size_t stk_poll(void);