mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-30 08:35:02 +01:00
9 lines
210 B
C
9 lines
210 B
C
#ifndef _SWAY_IPC_CLIENT_H
|
|
#define _SWAY_IPC_CLIENT_H
|
|
|
|
#include "ipc.h"
|
|
|
|
char *get_socketpath(void);
|
|
char *ipc_single_command(const char *socket_path, uint32_t type, const char *payload, uint32_t len);
|
|
|
|
#endif
|