1
0
Fork 0
android_external_alsa-utils/alsamixer/mainloop.h
dvab-sarma d2fc7afa59
Some checks failed
Build alsa-utils / fedora_latest_build (push) Has been cancelled
Build alsa-utils / ubuntu_last_build (push) Has been cancelled
android-16.0
2025-06-26 23:48:13 -05:00

10 lines
187 B
C

#ifndef MAINLOOP_H_INCLUDED
#define MAINLOOP_H_INCLUDED
#include CURSESINC
void initialize_curses(bool use_color, bool use_mouse);
void mainloop(void);
void app_shutdown(void);
#endif