Clean up enqueueInit
FossilOrigin-Name: d4f57c85c46e6b41cafd3531e032fc55cbedf2596170a2929c0a264c6e99649a
This commit is contained in:
parent
866e81fcde
commit
ce5944a7b1
3 changed files with 13 additions and 13 deletions
|
@ -24,7 +24,7 @@ extern char *getcurcommand();
|
|||
extern void writebinds(FILE *f);
|
||||
|
||||
// init
|
||||
extern void enqueueInit(const char *name, void (^init)(void));
|
||||
extern void enqueueInit(void (^init)(void));
|
||||
extern void processInitQueue(void);
|
||||
|
||||
// menus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue