aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-02-21 16:29:40 +0000
committerJaroslav Kysela <perex@perex.cz>2001-02-21 16:29:40 +0000
commit1dfd70d11e61a72c85d38a401f9da6e479cc9661 (patch)
tree6b687118602542055b9b0bf4762773df228cf983 /include/seq.h
parentd1297b3be9992c9b082fc77c37d832aebc4409bc (diff)
Added the event filter to the poll_descriptor functions.
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/seq.h b/include/seq.h
index f53b5982..d9a1fb29 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -324,8 +324,8 @@ extern "C" {
int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
int snd_seq_close(snd_seq_t *handle);
-int snd_seq_poll_descriptors_count(snd_seq_t *handle);
-int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space);
+int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
+int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events);
int snd_seq_nonblock(snd_seq_t *handle, int nonblock);
int snd_seq_client_id(snd_seq_t *handle);
int snd_seq_output_buffer_size(snd_seq_t *handle);