X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Faddress.h;h=a14104fad658a6d72603d6210a13a48e4f3c0fc2;hb=94366b4c8e1e4c6b92353cf194cb972086f44a4a;hp=5c2f580e2a73b6b679f7a06010a8ce377d54afd3;hpb=8c4483baa593205c3eaecebe0738d1455025777c;p=catta diff --git a/avahi-common/address.h b/avahi-common/address.h index 5c2f580..a14104f 100644 --- a/avahi-common/address.h +++ b/avahi-common/address.h @@ -1,21 +1,19 @@ #ifndef fooaddresshfoo #define fooaddresshfoo -/* $Id$ */ - /*** This file is part of avahi. - + avahi is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - + avahi 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 Lesser General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with avahi; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 @@ -75,7 +73,7 @@ typedef struct AvahiAddress { union { AvahiIPv6Address ipv6; /**< Address when IPv6 */ AvahiIPv4Address ipv4; /**< Address when IPv4 */ - uint8_t data[1]; /**< Type independant data field */ + uint8_t data[1]; /**< Type-independent data field */ } data; } AvahiAddress;