set default values for mod and tmp dir, removed arguments from stk init
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user