#include "worgen.h" #include "dltf.h"FUNCTION c_cldltf (fd,host)
long *fd; char *host;
File descriptor of an opened DLTF file. The file descriptor is set in c_ckdltf() or c_rldltf() and should not be altered.
Host filename of the DLTF.
The c_cldltf() call is used to close a DLTF.
c_cldltf() returns
E_SUCC (0) --> successful completion E_FAIL (-1) --> operation failed