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