1
0
Fork 0

android-16.0
Some checks failed
Build alsa-utils / fedora_latest_build (push) Has been cancelled
Build alsa-utils / ubuntu_last_build (push) Has been cancelled

This commit is contained in:
dvab-sarma 2025-06-26 23:48:13 -05:00
commit d2fc7afa59
300 changed files with 84772 additions and 0 deletions

10
alsamixer/mainloop.h Normal file
View file

@ -0,0 +1,10 @@
#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