mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
11 lines
186 B
C++
11 lines
186 B
C++
#pragma once
|
|
|
|
class FileIndex;
|
|
struct SStartupStatus;
|
|
|
|
bool create_files_index(SStartupStatus& status);
|
|
|
|
FileIndex* create_lmdb_files_index(void);
|
|
|
|
#define FILEENTRY_DEBUG(x) x
|