comment what funcs is
This commit is contained in:
parent
0a855f3e49
commit
4bceaaf165
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ typedef struct {
|
|||
void *data;
|
||||
} Func;
|
||||
|
||||
/* an array of GSList*s of Func*s */
|
||||
static GSList **funcs;
|
||||
|
||||
void dispatch_startup()
|
||||
|
|
Loading…
Reference in a new issue