From c33c5760ab412f2f1551bc0f406c6749827417e8 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 24 Nov 2001 17:47:01 +0000 Subject: Added snd_*_open_lconf functions. Some minor changes in config interface documentation. --- include/seq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/seq.h') diff --git a/include/seq.h b/include/seq.h index f4fcbf4a..3cdd1cee 100644 --- a/include/seq.h +++ b/include/seq.h @@ -84,6 +84,7 @@ typedef enum _snd_seq_type { /* */ int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode); +int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf); const char *snd_seq_name(snd_seq_t *seq); snd_seq_type_t snd_seq_type(snd_seq_t *seq); int snd_seq_close(snd_seq_t *handle); -- cgit v1.2.3