summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@collabora.com>2019-07-12 10:47:50 +0200
committerJakub Adam <jakub.adam@collabora.com>2019-07-12 12:24:48 +0200
commit8e6b8446d080c60bd7f8c8c3309724dc0bdff561 (patch)
tree6fc3a90b37c761418db537d9c555841dd0b7eba9
parente7237a6e087ea2d348ec2919a291c9ca6ea01f1f (diff)
downloadlibnice-8e6b8446d080c60bd7f8c8c3309724dc0bdff561.tar.gz
candidate: replace uint8_t -> guint8
Fixes MSVC build.
-rw-r--r--agent/candidate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/candidate.h b/agent/candidate.h
index 3418219..315daba 100644
--- a/agent/candidate.h
+++ b/agent/candidate.h
@@ -156,8 +156,8 @@ struct _TurnServer
NiceAddress server;
gchar *username;
gchar *password;
- uint8_t *decoded_username;
- uint8_t *decoded_password;
+ guint8 *decoded_username;
+ guint8 *decoded_password;
gsize decoded_username_len;
gsize decoded_password_len;
NiceRelayType type;