aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2001-02-12 23:51:49 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2001-02-12 23:51:49 +0000
commit460660d4b44de84df5e77cd34afa8329c1f3cd58 (patch)
treeacb0ce8fc552126a7b797f8e90f8c2059caa20c8 /include/seq.h
parenta86efa083cbfd485e9d0103e578f71a089cf46ce (diff)
More generic support for poll descriptors
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/seq.h b/include/seq.h
index 312b9e23..41c44bcc 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -324,7 +324,7 @@ 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_descriptor(snd_seq_t *handle);
+int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space);
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);