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 std;
using namespace thin_provisioning; using namespace thin_provisioning;
//----------------------------------------------------------------
namespace { namespace {
int restore(string const &backup_file, string const &dev) { int restore(string const &backup_file, string const &dev) {
try { try {
@ -121,3 +123,5 @@ int main(int argc, char **argv)
return restore(input, output); return restore(input, output);
} }
//----------------------------------------------------------------