summaryrefslogtreecommitdiff
path: root/stun/stun3489bis.h
diff options
context:
space:
mode:
Diffstat (limited to 'stun/stun3489bis.h')
-rw-r--r--stun/stun3489bis.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/stun/stun3489bis.h b/stun/stun3489bis.h
index 6f18a51..1562839 100644
--- a/stun/stun3489bis.h
+++ b/stun/stun3489bis.h
@@ -54,8 +54,10 @@
*/
uint32_t stun_fingerprint (const uint8_t *msg, size_t len);
+bool stun_has_cookie (const StunMessage *msg);
+
+int stun_message_append_server (StunMessage *msg);
-bool stun_has_cookie (const uint8_t *msg);
#endif /* _STUN_3489BIS_H */