mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
7 lines
104 B
C
7 lines
104 B
C
|
#ifndef PROC_FILES_H_INCLUDED
|
||
|
#define PROC_FILES_H_INCLUDED
|
||
|
|
||
|
void create_proc_files_list(void);
|
||
|
|
||
|
#endif
|