7 lines
75 B
C
7 lines
75 B
C
#ifndef _IPC_H
|
|
#define _IPC_H
|
|
|
|
int connect_ipc(char *socket_path);
|
|
|
|
#endif
|