aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-12-03 08:55:39 -0500
committerGitHub <noreply@github.com>2017-12-03 08:55:39 -0500
commitb6f4120afc85f0df301a6823b8d8bca08d367fda (patch)
tree51328ffc0f6ee28680e402128f6180de7454cc3d /include
parent65f9508fc642a19200bfcad91864c21ac0a8d524 (diff)
parent421f49fe034cc8a48348ba57af8fdf3f98adb62c (diff)
downloadsway-b6f4120afc85f0df301a6823b8d8bca08d367fda.tar.xz
Merge pull request #1489 from acrisci/feature/basic-get-tree
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