Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
inplace_pack.h
Go to the documentation of this file.
1#ifndef joedb_inplace_pack_declared
2#define joedb_inplace_pack_declared
3
4#include <string>
5
6namespace joedb
7{
8 /// @ingroup ui
9 void inplace_pack(const std::string &file_name);
10}
11
12#endif
void inplace_pack(const std::string &file_name)
Definition Blob.h:7