mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 06:05:43 +01:00
8 lines
142 B
C
8 lines
142 B
C
|
#ifndef CARD_SELECT_H_INCLUDED
|
||
|
#define CARD_SELECT_H_INCLUDED
|
||
|
|
||
|
void create_card_select_list(void);
|
||
|
void close_card_select_list(void);
|
||
|
|
||
|
#endif
|