mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-29 10:42:32 +08:00
7 lines
298 B
C
7 lines
298 B
C
#include <stdarg.h>
|
|
|
|
extern void goAstiavLogCallback(void* ptr, int level, char* fmt, char* msg);
|
|
void astiavLogCallback(void *ptr, int level, const char *fmt, va_list vl);
|
|
void astiavSetLogCallback();
|
|
void astiavResetLogCallback();
|
|
void astiavLog(void* ptr, int level, const char *fmt, char* arg); |