summaryrefslogtreecommitdiffstats
path: root/pulse/pulse.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-22 00:08:53 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-03 20:25:36 +0200
commitf5d1f3be98d95bec41f64d0568accddce8c2f212 (patch)
treece8523538cd66751d5d29d1647b6b16a6d62a9a6 /pulse/pulse.h
parent4902e7a9e83d48398cd84b28e00daa837555b83e (diff)
Get rid of pulse_poll_revents()
pulse_poll_revents() has no real purpose, so let's remove it.
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);