mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 15:33:13 +00:00
10 lines
210 B
C
10 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
|