i3/i3-config-wizard/ipc.h
2011-10-23 13:12:52 +01:00

7 lines
75 B
C

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