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.
 
 
 
 
 

17 lines
252 B

  1. /*!
  2. * \file client.h
  3. *
  4. * \author Christos Choutouridis AEM:8997 <cchoutou@ece.auth.gr>
  5. */
  6. #ifndef __client_h__
  7. #define __client_h__
  8. #include "core.h"
  9. #include "msg_impl.h"
  10. void* pthClient (void* ptr);
  11. #endif /* __client_h__ */