comment what funcs is

This commit is contained in:
Dana Jansens 2003-03-19 07:40:07 +00:00
parent 0a855f3e49
commit 4bceaaf165

View file

@ -8,6 +8,7 @@ typedef struct {
void *data;
} Func;
/* an array of GSList*s of Func*s */
static GSList **funcs;
void dispatch_startup()