aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc8.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crc8.h')
-rw-r--r--wsutil/crc8.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wsutil/crc8.h b/wsutil/crc8.h
index 77da290264..28c790fd91 100644
--- a/wsutil/crc8.h
+++ b/wsutil/crc8.h
@@ -27,6 +27,9 @@
#ifndef __CRC8_H__
#define __CRC8_H__
+
+#include "ws_symbol_export.h"
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
@@ -38,6 +41,7 @@ extern "C" {
* @param seed The seed to use.
* @return the CRC8 checksum for the buffer
*/
+WS_DLL_PUBLIC
extern guint8 crc8_0x2F(guint8 *buf, guint32 len, guint8 seed);
#ifdef __cplusplus