hydrus logo









Valid XHTML 1.0 Transitional

Apache logo

FreeBSD logo

RootDown Radio

Closing a B Tree File

#include "btree.h"

int btcls(BTA* btact);

The btcls function will close the file associated with the btact context pointer.

A non-zero return code indicates an error occurred in closing the file.