SYNOPSIS

#include <ixp_srvutil.h>

void ixp_srv_freefile(IxpFileId *fileid);

DESCRIPTION

Decrease the reference count of the given IxpFileId, and push it onto the free list when it reaches 0;

RELATED TO ixp_srv_freefile…