]> git.meshlink.io Git - catta/blobdiff - libavahi-core/address.h
autotoolize
[catta] / libavahi-core / address.h
index 2eea75d49d61153a495c72761ea825cfee65ccc2..b88aba28da6881fb1e90857b66d322d45e1d4961 100644 (file)
@@ -1,9 +1,29 @@
 #ifndef fooaddresshfoo
 #define fooaddresshfoo
 
-#include <glib.h>
+/* $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
+  USA.
+***/
 
 #include <sys/socket.h>
+#include <glib.h>
 
 typedef struct {
     guint32 address;
@@ -19,7 +39,7 @@ typedef struct {
     union {
         AvahiIPv6Address ipv6;
         AvahiIPv4Address ipv4;
-        guint8 data[0];
+        guint8 data[1];
     } data;
 } AvahiAddress;