rtes_messenger/src/client.h
2019-10-06 15:18:19 +03:00

17 lines
280 B
C

/*!
* \file client.h
*
* \author Christos Choutouridis AEM:8997 <cchoutou@ece.auth.gr>
*/
#ifndef __client_h__
#define __client_h__
#include "core.h"
#include "msg_impl.h"
void* pthSeeker (void* ptr);
void* pthClient (void* ptr);
#endif /* __client_h__ */