1
0
Fork 0
lynx/WWW/Library/Implementation/HTioctl.h
Daniel Baumann 20df3659cf
Adding upstream version 2.9.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:10:34 +02:00

11 lines
284 B
C

/*
* A routine to mimic the ioctl function for UCX.
* Bjorn S. Nilsson, 25-Nov-1993. Based on an example in the UCX manual.
*/
#include <iodef.h>
#define IOC_OUT (int)0x40000000
extern int vaxc$get_sdc(), sys$qiow();
#ifndef UCX$C_IOCTL
#define UCX$C_IOCTL TCPIP$C_IOCTL
#endif