From 3bf7d2ba2b0d7a41a251d050ced44d66c7bb340d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 3 Apr 2009 11:07:04 +0200 Subject: [PATCH] struct: add void array Signed-off-by: Julien Danjou --- structs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structs.h b/structs.h index 0f0268b60..0e4893404 100644 --- a/structs.h +++ b/structs.h @@ -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