cat_unlockfile - release a file lock
#include <cat/catutil.h>
int cat_unlockfile(FILE *f);
Unlock a previously locked file that is referenced by f. The file must have been locked with cat_lockfile().
Returns zero if successful, or a negative code on error.
cat_lockfile