]> git.8kb.co.uk Git - dataflex/df32func/blobdiff - src/df32/tcpcomm.h
Amend functionality of antiquated matrix methods and minor changes to matrix parsing...
[dataflex/df32func] / src / df32 / tcpcomm.h
diff --git a/src/df32/tcpcomm.h b/src/df32/tcpcomm.h
deleted file mode 100644 (file)
index 17c2ce5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-//-------------------------------------------------------------------------\r
-// tcpcomm.h\r
-//      This file contains definitions of "Win32" api functions provided by\r
-//      the df32func.dll dynamic link library.\r
-//\r
-// This file is to be included when using socket networking in df32func.mk\r
-//\r
-// Copyright (c) 2006-2009, glyn@8kb.co.uk\r
-//\r
-// df32func/tcpcomm.h\r
-//-------------------------------------------------------------------------\r
-\r
-Define __tcpcomm_h__\r
-\r
-//-------------------------------------------------------------------------\r
-// External functions\r
-//-------------------------------------------------------------------------\r
-\r
-external_function ClientSocket "ClientSocket" df32func.dll dword port string host returns integer\r
-external_function ServerSocket "ServerSocket" df32func.dll dword port returns integer\r
-external_function AcceptClient "AcceptClient" df32func.dll returns integer\r
-external_function Send "Send" df32func.dll dword socket string data returns integer\r
-external_function Receive "Receive" df32func.dll dword socket pointer dataOut returns integer\r
-external_function CloseConnection "CloseConnection" df32func.dll dword socket returns integer\r
-external_function PseudoRand "PseudoRand" df32func.dll dword w returns integer\r
-external_function RdtscRand "RdtscRand" df32func.dll returns integer\r