gri3-wm/include/load_layout.h

7 lines
100 B
C

#ifndef _LOAD_LAYOUT_H
#define _LOAD_LAYOUT_H
void tree_append_json(const char *filename);
#endif