mirror of
https://github.com/i3/i3.git
synced 2026-02-05 21:35:38 +00:00
From here on, we can track changes. It made no sense to put the development up to this point into git.
7 lines
100 B
C
7 lines
100 B
C
#ifndef _LOAD_LAYOUT_H
|
|
#define _LOAD_LAYOUT_H
|
|
|
|
void tree_append_json(const char *filename);
|
|
|
|
#endif
|