#ifndef __LAYOUT_H_ #define __LAYOUT_H_ #include "types.h" void layout_arrange(struct absinthe_output *output); #endif