#ifndef IPC_THREADS #define IPC_THREADS #include "engine/threads.h" #include "ipc/state.h" void threads_link(struct threads *handler, ipc_state_t *ipc_state); #endif // IPC_THREADS