Added snd_seq_system_info_get_cur_clients/queues.

This commit is contained in:
Takashi Iwai 2001-07-25 17:33:34 +00:00
parent 48c58ade1d
commit 78156e8f16
2 changed files with 23 additions and 0 deletions

View file

@ -80,6 +80,8 @@ int snd_seq_system_info_get_queues(const snd_seq_system_info_t *info);
int snd_seq_system_info_get_clients(const snd_seq_system_info_t *info);
int snd_seq_system_info_get_ports(const snd_seq_system_info_t *info);
int snd_seq_system_info_get_channels(const snd_seq_system_info_t *info);
int snd_seq_system_info_get_cur_clients(const snd_seq_system_info_t *info);
int snd_seq_system_info_get_cur_queues(const snd_seq_system_info_t *info);
int snd_seq_system_info(snd_seq_t *handle, snd_seq_system_info_t *info);