9 lines
149 B
C
9 lines
149 B
C
|
#ifndef INCLUDED_PULSE_LISTENER_H
|
||
|
#define INCLUDED_PULSE_LISTENER_H
|
||
|
|
||
|
#include <pthread.h>
|
||
|
|
||
|
void pulse_listener_main(pthread_t *main_thread);
|
||
|
|
||
|
#endif
|