aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-03 08:33:52 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-03 08:33:52 -0500
commit421f49fe034cc8a48348ba57af8fdf3f98adb62c (patch)
tree4fafbee0256eff1e0e9baa283ae1c8c9342e15ff /include
parented88b1119712860df18492ba9c2871063c5d47ea (diff)
basic get_tree
Diffstat (limited to 'include')
-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 @@
#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