Sign in
chromium
/
chromiumos
/
third_party
/
alsa-utils
/
a7bd33957e099dea109e219a348b131c7186ee1e
/
.
/
alsamixer
/
mainloop.h
blob: 0cfc989aa01a20ea1feffc0baa0bcd2e832828b4 [
file
] [
log
] [
blame
]
#ifndef
MAINLOOP_H_INCLUDED
#define
MAINLOOP_H_INCLUDED
#include
CURSESINC
void
initialize_curses
(
bool
use_color
);
void
mainloop
(
void
);
void
shutdown
(
void
);
#endif