mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
9 lines
209 B
C++
9 lines
209 B
C++
#include <string>
|
|
|
|
class IDatabase;
|
|
|
|
int cleanup_cmd(void);
|
|
int64 cleanup_amount(std::string cleanup_pc, IDatabase *db);
|
|
int remove_unknown(void);
|
|
int cleanup_database(void);
|
|
int defrag_database(void); |