Skip to content

Commit

Permalink
expose log.c function symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira authored Feb 27, 2024
1 parent 8f4db84 commit c95e576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package astiav
/*
extern void goAstiavLogCallback(int level, char* fmt, char* msg, char* parent);
char *get_level_str(int level);
extern const char *get_level_str(int level);
static inline void astiavLogCallback(void *avcl, int level, const char *fmt, va_list vl)
{
Expand Down

0 comments on commit c95e576

Please sign in to comment.