X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..1e40f6676a0e403bf9f98ab44d40edab0811499b:/include/wx/gsocket.h diff --git a/include/wx/gsocket.h b/include/wx/gsocket.h index ffd70673d6..ade7734433 100644 --- a/include/wx/gsocket.h +++ b/include/wx/gsocket.h @@ -150,6 +150,7 @@ GAddressType GAddress_GetFamily(GAddress *address); */ GSocketError GAddress_INET_SetHostName(GAddress *address, const char *hostname); +GSocketError GAddress_INET_SetBroadcastAddress(GAddress *address); GSocketError GAddress_INET_SetAnyAddress(GAddress *address); GSocketError GAddress_INET_SetHostAddress(GAddress *address, unsigned long hostaddr);