enlightenment/src/bin/e_ipc.h

8 lines
95 B
C

#ifndef E_IPC_H
#define E_IPC_H
int e_ipc_init(void);
void e_ipc_shutdown(void);
#endif