#ifndef SP_RECOVER_H_ #define SP_RECOVER_H_ /* * sophia database * sphia.org * * Copyright (c) Dmitry Simonenko * BSD License */ int sp_recoverunlock(sp*); int sp_recover(sp*); #endif