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 65802bb..f7beb99 100644 --- a/src/repository.h +++ b/src/repository.h @@ -60,6 +60,7 @@ public: QIODevice *addFile(const QString &path, int mode, qint64 length); }; Repository(const Rules::Repository &rule); + int setupIncremental(int resume_from); ~Repository(); void reloadBranches(); |