#include <stdarg.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | ipod_error_func )(void *userData, const char *fmt, va_list ap) |
An application-specific error handling routine. | |
Functions | |
void | ipod_error (const char *fmt,...) |
Error routine called by internal functions. | |
void | ipod_error_set_func (ipod_error_func func, void *userData) |
Set the callback for error handling. |
An application can override the default error handling routines by setting a new function. By default, the routine calls vfprintf to stderr.
|
An application-specific error handling routine.
|
|
Error routine called by internal functions.
|
|
Set the callback for error handling.
|