diff options
Diffstat (limited to 'src/pulsecore/asyncq.h')
-rw-r--r-- | src/pulsecore/asyncq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/asyncq.h b/src/pulsecore/asyncq.h index aac45b1d..729ec466 100644 --- a/src/pulsecore/asyncq.h +++ b/src/pulsecore/asyncq.h @@ -51,6 +51,6 @@ int pa_asyncq_push(pa_asyncq *q, void *p, int wait); int pa_asyncq_get_fd(pa_asyncq *q); int pa_asyncq_before_poll(pa_asyncq *a); -int pa_asyncq_after_poll(pa_asyncq *a); +void pa_asyncq_after_poll(pa_asyncq *a); #endif |