c_cldltf - Closes a DLTF

SYNTAX

#include "worgen.h"
#include "dltf.h"
FUNCTION c_cldltf (fd,host)

     long               *fd;
     char               *host;

PARAMETERS

fd (input, integer)

File descriptor of an opened DLTF file. The file descriptor is set in c_ckdltf() or c_rldltf() and should not be altered.

host (input, character, length (CMLEN))

Host filename of the DLTF.

DESCRIPTION

The c_cldltf() call is used to close a DLTF.

RETURN VALUE

c_cldltf() returns

     E_SUCC (0)  --> successful completion 
     E_FAIL (-1) --> operation failed