struct: add void array

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-03 11:07:04 +02:00
parent 992ee7e304
commit 3bf7d2ba2b
1 changed files with 2 additions and 0 deletions

View File

@ -383,5 +383,7 @@ struct awesome_t
screen_t *screen_focus;
};
DO_ARRAY(const void *, void, DO_NOTHING)
#endif
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80