X-Git-Url: https://git.8kb.co.uk/?p=dataflex%2Fdf32func;a=blobdiff_plain;f=src%2Fdf32%2Ftcpcomm.h;fp=src%2Fdf32%2Ftcpcomm.h;h=0000000000000000000000000000000000000000;hp=17c2ce50061b439cb82ba8205cb02bfdc7f4153d;hb=67d1bf8be782956ec104758872a300e934b80895;hpb=21b727fd491be6f9953f1675b18385296cab0955 diff --git a/src/df32/tcpcomm.h b/src/df32/tcpcomm.h deleted file mode 100644 index 17c2ce5..0000000 --- a/src/df32/tcpcomm.h +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------- -// tcpcomm.h -// This file contains definitions of "Win32" api functions provided by -// the df32func.dll dynamic link library. -// -// This file is to be included when using socket networking in df32func.mk -// -// Copyright (c) 2006-2009, glyn@8kb.co.uk -// -// df32func/tcpcomm.h -//------------------------------------------------------------------------- - -Define __tcpcomm_h__ - -//------------------------------------------------------------------------- -// External functions -//------------------------------------------------------------------------- - -external_function ClientSocket "ClientSocket" df32func.dll dword port string host returns integer -external_function ServerSocket "ServerSocket" df32func.dll dword port returns integer -external_function AcceptClient "AcceptClient" df32func.dll returns integer -external_function Send "Send" df32func.dll dword socket string data returns integer -external_function Receive "Receive" df32func.dll dword socket pointer dataOut returns integer -external_function CloseConnection "CloseConnection" df32func.dll dword socket returns integer -external_function PseudoRand "PseudoRand" df32func.dll dword w returns integer -external_function RdtscRand "RdtscRand" df32func.dll returns integer