diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-12-03 08:55:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-03 08:55:39 -0500 |
| commit | b6f4120afc85f0df301a6823b8d8bca08d367fda (patch) | |
| tree | 51328ffc0f6ee28680e402128f6180de7454cc3d /include/sway | |
| parent | 65f9508fc642a19200bfcad91864c21ac0a8d524 (diff) | |
| parent | 421f49fe034cc8a48348ba57af8fdf3f98adb62c (diff) | |
| download | sway-b6f4120afc85f0df301a6823b8d8bca08d367fda.tar.xz | |
Merge pull request #1489 from acrisci/feature/basic-get-tree
basic get_tree
Diffstat (limited to 'include/sway')
| -rw-r--r-- | include/sway/ipc-json.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/ipc-json.h b/include/sway/ipc-json.h index 5bfddcba..9986c399 100644 --- a/include/sway/ipc-json.h +++ b/include/sway/ipc-json.h @@ -1,7 +1,10 @@ #ifndef _SWAY_IPC_JSON_H #define _SWAY_IPC_JSON_H #include <json-c/json.h> +#include "sway/container.h" json_object *ipc_json_get_version(); +json_object *ipc_json_describe_container_recursive(swayc_t *c); + #endif |
