This commit is contained in:
Joe Thornber 2013-08-16 14:34:51 +01:00
parent be6f90f16c
commit 7ada06aa77

View File

@ -37,6 +37,8 @@ using namespace persistent_data;
using namespace std;
using namespace thin_provisioning;
//----------------------------------------------------------------
namespace {
int restore(string const &backup_file, string const &dev) {
try {
@ -121,3 +123,5 @@ int main(int argc, char **argv)
return restore(input, output);
}
//----------------------------------------------------------------