summaryrefslogtreecommitdiff
path: root/alsamixer/die.h
blob: 39ef1c0b33e2b843c5ecec1bc45b38c7c27f2630 (plain)
1
2
3
4
5
6
7
#ifndef DIE_H_INCLUDED
#define DIE_H_INCLUDED

void fatal_error(const char *msg) __attribute__((__noreturn__));
void fatal_alsa_error(const char *msg, int err) __attribute__((__noreturn__));

#endif