]> sigrok.org Git - libsigrok.git/blobdiff - log.c
output/vcd: Support getting samplerate from meta packets.
[libsigrok.git] / log.c
diff --git a/log.c b/log.c
index 228f3cc4d72b01a59d6b7da6a1d42a8ae6b3ba6e..47c37b88dda17e6c6b35086ac4113158a94ef693 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011-2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
@@ -21,6 +21,9 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include "libsigrok.h"
+/** @cond PRIVATE */
+#define NO_LOG_WRAPPERS
+/** @endcond */
 #include "libsigrok-internal.h"
 
 /**