diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-02-16 13:19:29 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-02-16 13:19:29 -0500 |
commit | 7502f4ed8f36868b2a9757334d70f7d573f01f5c (patch) | |
tree | 8e1fe4024de792b72a94681e2a37413f37d30024 /stun/stunhmac.c | |
parent | 7a135101b2e1532392c55643b411e732fc468323 (diff) | |
download | libnice-7502f4ed8f36868b2a9757334d70f7d573f01f5c.tar.gz |
Change all stun_XXX_t enums/structs into StunXxx to have a common naming convention
Diffstat (limited to 'stun/stunhmac.c')
-rw-r--r-- | stun/stunhmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/stunhmac.c b/stun/stunhmac.c index e547e8f..7d5e129 100644 --- a/stun/stunhmac.c +++ b/stun/stunhmac.c @@ -117,7 +117,7 @@ void stun_hash_creds (const uint8_t *realm, size_t realm_len, } -void stun_make_transid (stun_transid_t id) +void stun_make_transid (StunTransactionId id) { RAND_bytes (id, 16); } |