summaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2002-05-27 11:14:20 +0000
committerTakashi Iwai <tiwai@suse.de>2002-05-27 11:14:20 +0000
commitea83756fbedaac3120a5af90db17afe7286b99d5 (patch)
tree8435edccf5aa8d7e1de96c44b865f30ade7097aa /include/seq.h
parentffda02123d2e421104932e2e15dccb9ae31a59da (diff)
downloadalsa-lib-ea83756fbedaac3120a5af90db17afe7286b99d5.tar.gz
- removed snd_seq_create_event from seq.h. it's deprecated.
the function itself still exists for compatibility but protected by DOC_HIDDEN. - a bit more comments about snd_seq_free_event. - since alsa.m4 used snd_seq_create_event for checking libasound, now it's replaced with snd_ctl_open.
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/seq.h b/include/seq.h
index f79eb8c8..9ebbaf24 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -490,7 +490,6 @@ int snd_seq_set_queue_timer(snd_seq_t *handle, int q, snd_seq_queue_timer_t *tim
* \{
*/
-snd_seq_event_t *snd_seq_create_event(void);
int snd_seq_free_event(snd_seq_event_t *ev);
ssize_t snd_seq_event_length(snd_seq_event_t *ev);
int snd_seq_event_output(snd_seq_t *handle, snd_seq_event_t *ev);