Added snd_asoundlib_version()

This commit is contained in:
Jaroslav Kysela 2004-04-19 15:12:32 +00:00
parent ba4ddd169f
commit a66204cd12
3 changed files with 12 additions and 0 deletions

View file

@ -41,6 +41,8 @@ extern "C" {
* \{
*/
const char *snd_asoundlib_version(void);
#ifndef ATTRIBUTE_UNUSED
/** do not print warning (gcc) when function parameter is not used */
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))