mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:15:43 +01:00
7 lines
117 B
C
7 lines
117 B
C
|
#ifndef DEVICE_NAME_FORM_H_INCLUDED
|
||
|
#define DEVICE_NAME_FORM_H_INCLUDED
|
||
|
|
||
|
void create_device_name_form(void);
|
||
|
|
||
|
#endif
|