summaryrefslogtreecommitdiff
path: root/wsutil/crcdrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crcdrm.h')
-rw-r--r--wsutil/crcdrm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wsutil/crcdrm.h b/wsutil/crcdrm.h
index 9f606a7192..30e336f5a2 100644
--- a/wsutil/crcdrm.h
+++ b/wsutil/crcdrm.h
@@ -26,6 +26,10 @@
#ifndef __CRCDRM_H__
#define __CRCDRM_H__
+
+#include "ws_symbol_export.h"
+
+WS_DLL_PUBLIC
unsigned long crc_drm(const char *data, size_t bytesize,
unsigned short num_crc_bits, unsigned long crc_gen, int invert);