summaryrefslogtreecommitdiffstats
path: root/pulse/pulse.h
diff options
context:
space:
mode:
Diffstat (limited to 'pulse/pulse.h')
-rw-r--r--pulse/pulse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pulse/pulse.h b/pulse/pulse.h
index 9dd51a9..33723da 100644
--- a/pulse/pulse.h
+++ b/pulse/pulse.h
@@ -36,6 +36,7 @@ typedef struct snd_pulse {
PULSE_STATE_INIT,
PULSE_STATE_READY,
} state;
+
} snd_pulse_t;
int pulse_check_connection(snd_pulse_t * p);
@@ -58,5 +59,3 @@ void pulse_poll_deactivate(snd_pulse_t * p);
int pulse_poll_descriptors_count(snd_pulse_t * p);
int pulse_poll_descriptors(snd_pulse_t * p, struct pollfd *pfd,
unsigned int space);
-int pulse_poll_revents(snd_pulse_t * p, struct pollfd *pfd,
- unsigned int nfds, unsigned short *revents);