alsa-lib/include/error.h

18 lines
225 B
C
Raw Normal View History

1998-08-13 15:42:56 +00:00
/*
* error.h
*/
#define SND_ERROR_BEGIN 500000
#define SND_ERROR_UNCOMPATIBLE_VERSION (SND_ERROR_BEGIN+0)
#ifdef __cplusplus
extern "C" {
#endif
const char *snd_strerror( int errnum );
#ifdef __cplusplus
}
#endif