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
306 B

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