A messenger application for Raspberry Pi Zerofor A.U.TH (Real time Embedded systems).
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*!
- * \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__ */
|