sway/include/sway/ipc-json.h

8 lines
121 B
C
Raw Normal View History

2017-11-23 02:37:07 +00:00
#ifndef _SWAY_IPC_JSON_H
#define _SWAY_IPC_JSON_H
#include <json-c/json.h>
json_object *ipc_json_get_version();
#endif