Make to_string virtual, fix some warnings
[cascardo/gnio.git] / gnio / ginet4address.h
index e9e8f59..8e2793d 100644 (file)
@@ -1,3 +1,26 @@
+/* GNIO - GLib Network Layer of GIO
+ *
+ * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima
+ *
+ * This library 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 of the License, or (at your option) any later version.
+ *
+ * This library 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 this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Christian Kellner <gicmo@gnome.org>
+ *          Samuel Cormier-Iijima <sciyoshi@gmail.com>
+ */
+
 #ifndef G_INET4_ADDRESS_H
 #define G_INET4_ADDRESS_H
 
@@ -33,8 +56,6 @@ GType           g_inet4_address_get_type     (void) G_GNUC_CONST;
 
 GInet4Address * g_inet4_address_from_string  (const char *string);
 
-char *          g_inet4_address_to_string    (GInet4Address *address);
-
 GInet4Address * g_inet4_address_from_bytes   (guint8 bytes[]);
 
 const guint8 *  g_inet4_address_to_bytes     (GInet4Address *address);