Joedb 10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
diagnostics.h
Go to the documentation of this file.
1#ifndef joedb_diagnostics_declared
2#define joedb_diagnostics_declared
3
4#include <iosfwd>
5
6namespace joedb
7{
8 class Abstract_File;
9
10 /// @ingroup journal
11 void dump_header(std::ostream &out, Abstract_File &file);
12 /// @ingroup journal
13 void about_joedb(std::ostream &out);
14}
15
16#endif
void about_joedb(std::ostream &out)
void dump_header(std::ostream &out, Abstract_File &file)