]> git.lizzy.rs Git - dragonnet.git/blob - recv_thread.h
Rework multithreading responsibilities and disconnect process
[dragonnet.git] / recv_thread.h
1 #ifndef _DRAGONNET_RECV_THREAD_H_
2 #define _DRAGONNET_RECV_THREAD_H
3
4 void *dragonnet_peer_recv_thread(void *g_peer);
5
6 #endif