Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

fc_close

The fc_close function closes a file that was opened using fc_open. This function should only be called with files that were opened using fc_open.

Syntax

void fc_close(PRFileDesc *fd, FcHdl *hDl;

Returns

void

Parameters

PRFileDesc *fd is a valid pointer returned from a prior call to fc_open.

FcHdl *hDl is a valid pointer to a structure of type FcHdl. This pointer must have been initialized by a prior call to fc_open.