aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/ipc-json.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-03 08:33:52 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-03 08:33:52 -0500
commit421f49fe034cc8a48348ba57af8fdf3f98adb62c (patch)
tree4fafbee0256eff1e0e9baa283ae1c8c9342e15ff /include/sway/ipc-json.h
parentMerge pull request #1487 from acrisci/feature/log-swaysock (diff)
downloadsway-421f49fe034cc8a48348ba57af8fdf3f98adb62c.tar.gz
sway-421f49fe034cc8a48348ba57af8fdf3f98adb62c.tar.zst
sway-421f49fe034cc8a48348ba57af8fdf3f98adb62c.zip
basic get_tree
Diffstat (limited to 'include/sway/ipc-json.h')
-rw-r--r--include/sway/ipc-json.h3
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 @@
1#ifndef _SWAY_IPC_JSON_H 1#ifndef _SWAY_IPC_JSON_H
2#define _SWAY_IPC_JSON_H 2#define _SWAY_IPC_JSON_H
3#include <json-c/json.h> 3#include <json-c/json.h>
4#include "sway/container.h"
4 5
5json_object *ipc_json_get_version(); 6json_object *ipc_json_get_version();
6 7
8json_object *ipc_json_describe_container_recursive(swayc_t *c);
9
7#endif 10#endif