X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Usermode%2FLibraries%2Flibnet.so_src%2Finclude_exp%2Fnet.h;h=43445d19e4791cdf91be429d65f9f14346949da7;hb=4c76c235551f3f936a20b17cfe727578644493f1;hp=7200efe07e93a8410c3999a9f487d6508ca46aad;hpb=a9a954f29f61a1f93a9b585f69f617de2f12189f;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libnet.so_src/include_exp/net.h b/Usermode/Libraries/libnet.so_src/include_exp/net.h index 7200efe0..43445d19 100644 --- a/Usermode/Libraries/libnet.so_src/include_exp/net.h +++ b/Usermode/Libraries/libnet.so_src/include_exp/net.h @@ -55,4 +55,6 @@ extern char *Net_GetInterface(int AddrType, void *Addr); */ extern int Net_OpenSocket(int AddrType, void *Addr, const char *SocketName); +extern int Net_OpenSocket_TCPC(int AddrType, void *Addr, int Port); + #endif