mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
10 lines
171 B
C
10 lines
171 B
C
|
|
#ifndef CONFIG__H
|
||
|
|
#define CONFIG__H
|
||
|
|
|
||
|
|
void config_open();
|
||
|
|
void config_close();
|
||
|
|
void config_set_stereo(GtkWidget *but, gpointer data);
|
||
|
|
void config_restore_stereo();
|
||
|
|
|
||
|
|
#endif
|