Joedb 9.6.2
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
process_journal_pair.h
Go to the documentation of this file.
1#ifndef joedb_process_journal_pair_declared
2#define joedb_process_journal_pair_declared
3
6
7namespace joedb
8{
9 /// @ingroup ui
11 (
12 Arguments &arguments,
13 void (*process)(Readonly_Journal &, Writable_Journal &, int64_t checkpoint)
14 );
15}
16
17#endif
int process_journal_pair(Arguments &arguments, void(*process)(Readonly_Journal &, Writable_Journal &, int64_t checkpoint))
Definition Blob.h:7