#include <IO.h>
int deallocate(
GapIO *io,
int rec);
The deallocate function removes record rec from the g database.
This uses the g_remove function, but unlocking is only performed at the
next database flush.
It returns 0 for success and 1 for failure.