Restore 'task purge' functionality (#3540)

Co-authored-by: ryneeverett <ryneeverett@gmail.com>
This commit is contained in:
Dustin J. Mitchell
2024-07-14 11:59:00 -04:00
committed by GitHub
parent e156efae7d
commit 1304d6361c
11 changed files with 366 additions and 5 deletions

View File

@@ -53,6 +53,7 @@ public:
void open_replica (const std::string&, bool create_if_missing);
void add (Task&);
void modify (Task&);
void purge (Task&);
void get_changes (std::vector <Task>&);
void revert ();
void gc ();