mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-01 06:20:17 +01:00
8 lines
121 B
C
8 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
|