summaryrefslogtreecommitdiff
path: root/stun/stun5389.h
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-03-05 15:19:54 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-03-05 15:19:54 -0500
commit3b935de921628f238be0c0490d061ebb253aae80 (patch)
treeb22431365f909d2ee3105514ed67e278d634d491 /stun/stun5389.h
parentd73a8654ee7d2e5bcaa3e6f2dfc82ad5d2619f89 (diff)
downloadlibnice-3b935de921628f238be0c0490d061ebb253aae80.tar.gz
Fix the stupid wlm2009 crc32 typo without using a global variable
Diffstat (limited to 'stun/stun5389.h')
-rw-r--r--stun/stun5389.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stun/stun5389.h b/stun/stun5389.h
index 3aa357b..1b90b99 100644
--- a/stun/stun5389.h
+++ b/stun/stun5389.h
@@ -57,7 +57,8 @@
*
* @return fingerprint value in <b>host</b> byte order.
*/
-uint32_t stun_fingerprint (const uint8_t *msg, size_t len);
+uint32_t stun_fingerprint (const uint8_t *msg, size_t len,
+ bool wlm2009_stupid_crc32_typo);
/**
* stun_message_has_cookie: