aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc6.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crc6.h')
-rw-r--r--wsutil/crc6.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/crc6.h b/wsutil/crc6.h
index e271dadb47..03cae804c1 100644
--- a/wsutil/crc6.h
+++ b/wsutil/crc6.h
@@ -5,7 +5,7 @@
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
+ * Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -28,5 +28,6 @@
#include "ws_symbol_export.h"
WS_DLL_PUBLIC guint16 update_crc6_by_bytes(guint16 crc6, guint8 byte1, guint8 byte2);
+WS_DLL_PUBLIC guint16 crc6_compute(const guint8 *data_blk_ptr, int data_blk_size);
#endif /* __CRC6_H__ */