#include <db.h> void DB->get_errfile(DB *db, FILE **errfilep);
The DB->get_errfile()
method returns the FILE *
, as set by
the
DB->set_errfile()
method.
The DB->get_errfile()
method may be called at any time during the
life of the application.