xref: /third_party/alsa-utils/alsamixer/die.h (revision c72fcc34)
1#ifndef DIE_H_INCLUDED
2#define DIE_H_INCLUDED
3
4void fatal_error(const char *msg) __attribute__((__noreturn__));
5void fatal_alsa_error(const char *msg, int err) __attribute__((__noreturn__));
6
7#endif
8