From a86c5f7cae7ec9a3398300555a0b644689d946a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:14:53 +0200 Subject: Merging upstream version 4.4.0. Signed-off-by: Daniel Baumann --- ui/tap-credentials.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ui/tap-credentials.h') diff --git a/ui/tap-credentials.h b/ui/tap-credentials.h index ef6de9ff..ac532b05 100644 --- a/ui/tap-credentials.h +++ b/ui/tap-credentials.h @@ -16,12 +16,12 @@ #define TAP_CREDENTIALS_PLACEHOLDER "n.a." typedef struct tap_credential { - guint num; - guint username_num; - guint password_hf_id; - gchar* username; - const gchar* proto; - gchar* info; + unsigned num; + unsigned username_num; + unsigned password_hf_id; + char* username; + const char* proto; + char* info; } tap_credential_t; #endif -- cgit v1.2.3