logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_close_blob — Closes Paradox blob file (deprecated)

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                PX_CLOSE_BLOB(3)

Description

       Closes a Paradox blob file which was opened with PX_open_file(3) or PX_open_blob_file(3).

       This function is deprecated. If PX_set_blob_file(3) is used the blob file will be closed when the Paradox
       database is close.

Name

       PX_close_blob — Closes Paradox blob file (deprecated)

See Also

PX_open_blob_file(3), PX_open_blob_fp(3)

Synopsis

       #include <paradox.h>

       void PX_close_blob(pxdoc_t *pxdoc)

See Also