1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-16 15:41:47 +01:00
sway-patched-tray-menu/include/sway/ipc-json.h
2017-11-22 21:37:07 -05:00

7 lines
121 B
C

#ifndef _SWAY_IPC_JSON_H
#define _SWAY_IPC_JSON_H
#include <json-c/json.h>
json_object *ipc_json_get_version();
#endif