home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Module :WRITE10.C
- ** Abstract :Write function
- **
- ** Copyright (C) Link Guard Solutions
- ** For conditions of distribution and use, see license in license.txt
- **
- ** Log: Fri 23/02/2001 Created
- **
- */
- #include <oldlib.h>
-
- dword APIENTRY Write10(Bool source, dword proto, char *packet, dword psize, dword idx)
- {
- return Write11(_oldlib_plidx, source, proto, packet, psize, idx);
- }
-
-