enlightenment_my/src/bin/e_ipc.h

8 lines
105 B
C

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