- fixes, intendation
[oweals/gnunet.git] / src / gns / w32resolver.h
index 4fd76a94fcde65e4b195c5fc6d7cd7e6cf9011c2..56f318e5187b2e77f73f659f05d8bcd3a90446ff 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -62,7 +62,7 @@ struct GNUNET_W32RESOLVER_GetMessage
   uint32_t sc_data1 GNUNET_PACKED;
   uint16_t sc_data2 GNUNET_PACKED;
   uint16_t sc_data3 GNUNET_PACKED;
-  uint64_t sc_data4 GNUNET_PACKED;
+  uint8_t sc_data4[8];
   /* followed by 0-terminated string for A/AAAA lookup */
 };