gri3-wm/i3-config-wizard/ipc.h

7 lines
75 B
C
Raw Normal View History

#ifndef _IPC_H
#define _IPC_H
int connect_ipc(char *socket_path);
#endif