TcpClient seems to be working for sync connects, but connect()
[cascardo/gnio.git] / gnio / ginet6address.h
index 951e604..d615426 100644 (file)
@@ -25,7 +25,7 @@
 #define G_INET6_ADDRESS_H
 
 #include <glib-object.h>
-#include <ginetaddress.h>
+#include <gnio/ginetaddress.h>
 
 G_BEGIN_DECLS
 
@@ -56,8 +56,6 @@ GType           g_inet6_address_get_type     (void) G_GNUC_CONST;
 
 GInet6Address * g_inet6_address_from_string  (const char *string);
 
-char *          g_inet6_address_to_string    (GInet6Address *address);
-
 GInet6Address * g_inet6_address_from_bytes   (guint8 bytes[]);
 
 const guint8 *  g_inet6_address_to_bytes     (GInet6Address *address);