DLPI_CLOSE(3DLPI)             Data Link Provider Interface Library Functions
NAME
       dlpi_close - close DLPI link
SYNOPSIS
       cc [ 
flag ... ] 
file ... 
-ldlpi [ 
library ... ]
       #include <libdlpi.h>       
void dlpi_close(
dlpi_handle_t dh);
DESCRIPTION
       The 
dlpi_close() function closes the open 
DLPI link instance
       associated with 
dh and destroys 
dh after closing the 
DLPI link
       instance.
ATTRIBUTES
       See 
attributes(7) for description of the following attributes:
       +--------------------+-----------------+
       |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
       +--------------------+-----------------+
       |Interface Stability | Committed       |
       +--------------------+-----------------+
       |MT-Level            | Safe            |
       +--------------------+-----------------+
SEE ALSO
       dlpi_open(3DLPI), 
libdlpi(3LIB), 
attributes(7)                                June 15, 2007              DLPI_CLOSE(3DLPI)