blob: 2d76459fe4fae04f1ec00235c82cfab56c5af54b (
plain)
1
2
3
4
5
6
7
8
9
|
#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
|