From: Guillermo Rodriguez Garcia Date: Sun, 12 Sep 1999 11:18:15 +0000 (+0000) Subject: Added _GSocket_Configure() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4c28d606dd263aa90000fe11e4f942aa0e1a2849 Added _GSocket_Configure() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/unix/gsockunx.h b/include/wx/unix/gsockunx.h index 2981d1293f..1ae5b4248d 100644 --- a/include/wx/unix/gsockunx.h +++ b/include/wx/unix/gsockunx.h @@ -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);