pulse-listener.h 149 B

123456789
  1. #ifndef INCLUDED_PULSE_LISTENER_H
  2. #define INCLUDED_PULSE_LISTENER_H
  3. #include <pthread.h>
  4. void pulse_listener_main(pthread_t *main_thread);
  5. #endif