summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/include/openavb_log_pub.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/include/openavb_log_pub.h')
-rw-r--r--lib/avtp_pipeline/include/openavb_log_pub.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/avtp_pipeline/include/openavb_log_pub.h b/lib/avtp_pipeline/include/openavb_log_pub.h
index 846c169e..6d824af4 100644
--- a/lib/avtp_pipeline/include/openavb_log_pub.h
+++ b/lib/avtp_pipeline/include/openavb_log_pub.h
@@ -182,6 +182,16 @@ void avbLogInit(void);
void avbLogExit(void);
+void __avbLogFn(
+ int level,
+ const char *tag,
+ const char *company,
+ const char *component,
+ const char *path,
+ int line,
+ const char *fmt,
+ va_list args);
+
void avbLogFn(
int level,
const char *tag,