era_check, era_dump

This commit is contained in:
Joe Thornber
2014-01-23 00:46:03 +00:00
parent bed0f369a8
commit 9e0540e1b6
19 changed files with 849 additions and 30 deletions

15
era/metadata_dump.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef ERA_METADATA_DUMP_H
#define ERA_METADATA_DUMP_H
#include "era/metadata.h"
#include "era/emitter.h"
//----------------------------------------------------------------
namespace era {
void metadata_dump(metadata::ptr md, emitter::ptr out, bool repair);
}
//----------------------------------------------------------------
#endif