/* See LICENSE file for copyright and license details. */ #ifndef AWESOME_GRID_H #define AWESOME_GRID_H #include "config.h" /* grid.c */ void grid(Display *, awesome_config *); #endif