summaryrefslogtreecommitdiff
path: root/tests/src/xdmcp-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/xdmcp-client.h')
-rw-r--r--tests/src/xdmcp-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/xdmcp-client.h b/tests/src/xdmcp-client.h
index 66814f32..7d13fca5 100644
--- a/tests/src/xdmcp-client.h
+++ b/tests/src/xdmcp-client.h
@@ -30,6 +30,8 @@ typedef struct
{
guint32 session_id;
gchar *authentication_name;
+ guint16 authentication_data_length;
+ guint8 *authentication_data;
gchar *authorization_name;
guint16 authorization_data_length;
guint8 *authorization_data;
@@ -39,6 +41,8 @@ typedef struct
{
gchar *status;
gchar *authentication_name;
+ guint16 authentication_data_length;
+ guint8 *authentication_data;
} XDMCPDecline;
typedef struct