X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/533c7161fc06f3e78f977a5b0692150213fa2f7e..284b4c8866ab36694b6ec2a308690bba4db4fed2:/include/wx/unix/gsockunx.h 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);