SYNOPSIS

#include <ixp.h>

int ixp_close(IxpCFid *f);

DESCRIPTION

Closes the file pointed to by f and frees its associated data structures;

RETURN VALUE

Returns 1 on success, and zero on failure.

RELATED TO ixp_close…