#include <IO.h> int del_db( char *project, char *version);
This removes the databases files for a particular version of a project. The database should not be open at the time of calling this function. On unix, the files removed are named "project.version" and "project.version.aux".