summaryrefslogtreecommitdiffstats
path: root/include/sway/ipc-json.h
blob: 5bfddcba9a0433ef082387b446432eaa2a4f60ac (plain) (blame)
1
2
3
4
5
6
7
#ifndef _SWAY_IPC_JSON_H
#define _SWAY_IPC_JSON_H
#include <json-c/json.h>

json_object *ipc_json_get_version();

#endif