aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc7.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crc7.h')
-rw-r--r--wsutil/crc7.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/wsutil/crc7.h b/wsutil/crc7.h
index 68259e8146..2afc9fb109 100644
--- a/wsutil/crc7.h
+++ b/wsutil/crc7.h
@@ -69,8 +69,7 @@ static inline guint8 crc7init(void)
* \param data_len Number of bytes in the \a data buffer.
* \return The updated crc value.
*****************************************************************************/
-WS_DLL_PUBLIC
-extern guint8 crc7update(guint8 crc, const unsigned char *data, int data_len);
+WS_DLL_PUBLIC guint8 crc7update(guint8 crc, const unsigned char *data, int data_len);
/**