Tizen 2.1 base
[external/alsa-utils.git] / alsamixer / die.h
1 #ifndef DIE_H_INCLUDED
2 #define DIE_H_INCLUDED
3
4 void fatal_error(const char *msg) __attribute__((__noreturn__));
5 void fatal_alsa_error(const char *msg, int err) __attribute__((__noreturn__));
6
7 #endif