mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
More documentation. Added mode argument to i/o_stdio_open.
This commit is contained in:
parent
53fc0f6332
commit
de4cfc3e4b
12 changed files with 1525 additions and 784 deletions
|
|
@ -79,12 +79,10 @@ static void snd_lib_error_default(const char *file, int line, const char *functi
|
|||
va_end(arg);
|
||||
}
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
/**
|
||||
* Pointer to the error handler function.
|
||||
*/
|
||||
snd_lib_error_handler_t *snd_lib_error = snd_lib_error_default;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief Set the error handler.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue