]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/gsockunx.h
I got tired of some of the memory leak messages related to html and
[wxWidgets.git] / include / wx / unix / gsockunx.h
index 2981d1293f1e59a6ff00c6378524fb6ba74f00e3..1ae5b4248d0c57b76befaaec6c789c93f56576f6 100644 (file)
@@ -52,6 +52,7 @@ struct _GAddress {
 
 void _GSocket_Enable(GSocket *socket, GSocketEvent event);
 void _GSocket_Disable(GSocket *socket, GSocketEvent event);
+void _GSocket_Configure_Callbacks(GSocket *socket);
 int _GSocket_Recv_Stream(GSocket *socket, char *buffer, int size);
 int _GSocket_Recv_Dgram(GSocket *socket, char *buffer, int size);
 int _GSocket_Send_Stream(GSocket *socket, const char *buffer, int size);