Joel Grunbaum
2022-01-19 0bef191acd5a77544852e6a3daae2df05bd34a31
bom.hpp
@@ -6,5 +6,7 @@
namespace bom
{
void initialise();
void destroy();
void updateBom(std::unordered_map<std::string, book::Book>& bs);
}
} // namespace bom