Make to_string virtual, fix some warnings
[cascardo/gnio.git] / gnio / ginet4address.h
index cee9812..8e2793d 100644 (file)
@@ -56,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);