Add a log handler for libasound

This commit is contained in:
Julien BLACHE
2010-05-02 10:50:52 +02:00
parent ff7e6aa533
commit 1849601d56
2 changed files with 17 additions and 0 deletions

View File

@@ -48,6 +48,11 @@ logger_ffmpeg(void *ptr, int level, const char *fmt, va_list ap);
void
logger_libevent(int severity, const char *msg);
#ifdef LAUDIO_USE_ALSA
void
logger_alsa(const char *file, int line, const char *function, int err, const char *fmt, ...);
#endif
void
logger_reinit(void);