/* A soundmixer for linux with a nice text-interface for those non-X-ers. * (C)1998 Bram Avontuur (bram@avontuur.org) */ #ifndef _LIBMIXER_H #define _LIBMIXER_H #include #include #include #include #include #include #include #ifdef HAVE_GETOPT_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #include NCURSES_HEADER #ifdef HAVE_NASPLAYER #include