Sign in
nest-open-source
/
manifest_repos
/
alsa-utils
/
1ec79ce25eed5eb451adecae0a325ff598892cfd
/
.
/
alsamixer
/
mainloop.h
blob: 22317be2ff6734b1a0bd0e30072a654b9029a839 [
file
]
#ifndef
MAINLOOP_H_INCLUDED
#define
MAINLOOP_H_INCLUDED
#include
CURSESINC
void
initialize_curses
(
bool
use_color
);
void
mainloop
(
void
);
void
app_shutdown
(
void
);
#endif