first previous next last contents

deallocate

#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.


first previous next last contents
Last generated on 25 November 2011.