mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:35:43 +01:00
11 lines
167 B
C
11 lines
167 B
C
|
#ifndef MAINLOOP_H_INCLUDED
|
||
|
#define MAINLOOP_H_INCLUDED
|
||
|
|
||
|
#include CURSESINC
|
||
|
|
||
|
void initialize_curses(bool use_color);
|
||
|
void mainloop(void);
|
||
|
void shutdown(void);
|
||
|
|
||
|
#endif
|