]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/xdmcp-protocol.h
Load all users only when really needed
[sojka/lightdm.git] / src / xdmcp-protocol.h
index b8eeda09f44656eb334a842dde64dfc7398241d9..d0a99cff2b4088a72fada83a362a8185f75b6e32 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2010-2011 Robert Ancell.
  * Author: Robert Ancell <robert.ancell@canonical.com>
- * 
+ *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU General Public License as published by the Free Software
  * Foundation, either version 3 of the License, or (at your option) any later
@@ -49,7 +49,7 @@ typedef struct
 typedef struct
 {
     XDMCPOpcode opcode;
-  
+
     union
     {
         struct
@@ -59,8 +59,8 @@ typedef struct
 
         struct
         {
-            gchar *client_address;
-            gchar *client_port;
+            XDMCPData client_address;
+            XDMCPData client_port;
             gchar **authentication_names;
         } ForwardQuery;