]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/thread.h
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / pulsecore / thread.h
index 79b61ae0980e46f8c7b24ed144b043420f38acb5..a6e5f4240b12ca813b4e3f2efc0efcbebdf72f3e 100644 (file)
@@ -24,6 +24,8 @@
 ***/
 
 #include <pulse/def.h>
+#include <pulse/gccmacro.h>
+
 #include <pulsecore/once.h>
 #include <pulsecore/core-util.h>
 
@@ -37,6 +39,7 @@ typedef void (*pa_thread_func_t) (void *userdata);
 
 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata);
 void pa_thread_free(pa_thread *t);
+void pa_thread_free_nojoin(pa_thread *t);
 int pa_thread_join(pa_thread *t);
 int pa_thread_is_running(pa_thread *t);
 pa_thread *pa_thread_self(void);