diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-01-30 21:31:07 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-01-30 21:31:07 -0500 |
commit | 679e7a9601d9db62df39927722a64f1c479a6e4c (patch) | |
tree | c21f80869521643e299cb27d6da205bac6873843 /stun/stun5389.h | |
parent | 38d2fe6c93bd0be98133e85c8567db1aa8a3240b (diff) | |
download | libnice-679e7a9601d9db62df39927722a64f1c479a6e4c.tar.gz |
Making the stun_message API use a StunMessageReturn enum instead of errno values to communicate errors
Diffstat (limited to 'stun/stun5389.h')
-rw-r--r-- | stun/stun5389.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/stun5389.h b/stun/stun5389.h index 6746a2c..b1a40ba 100644 --- a/stun/stun5389.h +++ b/stun/stun5389.h @@ -61,7 +61,7 @@ uint32_t stun_fingerprint (const uint8_t *msg, size_t len); bool stun_has_cookie (const StunMessage *msg); -int stun_message_append_software (StunMessage *msg); +StunMessageReturn stun_message_append_software (StunMessage *msg); #endif /* _STUN_5389_H */ |