diff options
Diffstat (limited to 'src/repository.h')
-rw-r--r-- | src/repository.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repository.h b/src/repository.h index 9c2447f..44a6c14 100644 --- a/src/repository.h +++ b/src/repository.h @@ -61,6 +61,7 @@ public: }; Repository(const Rules::Repository &rule); int setupIncremental(int &cutoff); + void restoreLog(); ~Repository(); void reloadBranches(); |