X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fgns%2Fw32resolver.h;h=cac082b4275b78c020b6f9e941360f024cf903ef;hb=ecfab268bb34efb1305bf5b7894db47cd916a6a7;hp=6254ec037d8c5a11dfe9d17db050f6d64eb79cd4;hpb=6db7b23f0be85c8fc263cb8380cb9a3d495be75a;p=oweals%2Fgnunet.git diff --git a/src/gns/w32resolver.h b/src/gns/w32resolver.h index 6254ec037..cac082b42 100644 --- a/src/gns/w32resolver.h +++ b/src/gns/w32resolver.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2009, 2012 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2012 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** @@ -25,6 +25,8 @@ #ifndef W32RESOLVER_H #define W32RESOLVER_H +#include "platform.h" +#include "gnunet_crypto_lib.h" #include "gnunet_common.h" /** @@ -60,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 */ };