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