Add g_socket_close
[cascardo/gnio.git] / gnio / gsocket.h
index 0f0a5e0..625e24a 100644 (file)
@@ -108,6 +108,8 @@ gssize           g_socket_send               (GSocket       *socket,
                                               gsize          size,
                                               GError       **error);
 
+void             g_socket_close              (GSocket *socket);
+
 G_END_DECLS
 
 #endif /* G_SOCKET_H */