summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 @@
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