More documentation. Added mode argument to i/o_stdio_open.

This commit is contained in:
Abramo Bagnara 2001-03-29 09:10:46 +00:00
parent 53fc0f6332
commit de4cfc3e4b
12 changed files with 1525 additions and 784 deletions

View file

@ -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.