X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fblock_dns.h;h=4c2f1a3f34100b42d7c4e2b0a12131f558fe4e6f;hb=6b2fb63de633b086a91e7733ca0dd5591198c20c;hp=1c01754de8e0bc524841b1584d2c88a0f249d8ec;hpb=19f38ae3d42baeb248892a781959803bc3441b74;p=oweals%2Fgnunet.git diff --git a/src/include/block_dns.h b/src/include/block_dns.h index 1c01754de..4c2f1a3f3 100644 --- a/src/include/block_dns.h +++ b/src/include/block_dns.h @@ -1,3 +1,27 @@ +/* + This file is part of GNUnet. + (C) 2009 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 + by the Free Software Foundation; either version 3, or (at your + option) any later version. + + GNUnet is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + 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. +*/ + +/** + * @file include/block_dns.h + * @author Philipp Toelke + */ #ifndef _GNVPN_BLOCKDNS_H_ #define _GNVPN_BLOCKDNS_H_ @@ -13,6 +37,7 @@ enum GNUNET_DNS_ServiceTypes GNUNET_DNS_SERVICE_TYPE_TCP = 2 }; +GNUNET_NETWORK_STRUCT_BEGIN /** * This is the structure describing an dns-record such as www.gnunet. @@ -57,5 +82,6 @@ struct GNUNET_DNS_Record */ uint32_t service_type GNUNET_PACKED; }; +GNUNET_NETWORK_STRUCT_END #endif