Joedb 9.1.4
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 Buffered_File;
9
10 /// @ingroup journal
11 void dump_header(std::ostream &out, Buffered_File &file);
12 /// @ingroup journal
13 void about_joedb(std::ostream &out);
14}
15
16#endif
void dump_header(std::ostream &out, Buffered_File &file)
void about_joedb(std::ostream &out)
Definition Blob.h:7