summaryrefslogtreecommitdiff
path: root/agent/candidate.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/candidate.h')
-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;