summaryrefslogtreecommitdiff
path: root/stun/stun3489bis.h
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-06-06 18:32:16 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-06-06 18:32:16 -0400
commitb9669017120b3dc12aa14e548201168e0e93f801 (patch)
tree7aece344441d63274fdcbd7e2d6f4dadab59d717 /stun/stun3489bis.h
parentc07afc9a4bcd0557cecc2b4de8e8834f67c0844e (diff)
downloadlibnice-b9669017120b3dc12aa14e548201168e0e93f801.tar.gz
Updating stun to include an agent
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 */