dwmblocks/pulse-listener.h

9 lines
149 B
C
Raw Permalink Normal View History

2023-09-08 23:39:55 -07:00
#ifndef INCLUDED_PULSE_LISTENER_H
#define INCLUDED_PULSE_LISTENER_H
#include <pthread.h>
void pulse_listener_main(pthread_t *main_thread);
#endif