summaryrefslogtreecommitdiffstats
path: root/tests/utils/changelog/changelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils/changelog/changelog.h')
-rw-r--r--tests/utils/changelog/changelog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/utils/changelog/changelog.h b/tests/utils/changelog/changelog.h
index 969a1f370c2..1502b689eb4 100644
--- a/tests/utils/changelog/changelog.h
+++ b/tests/utils/changelog/changelog.h
@@ -116,4 +116,10 @@ int
gf_history_changelog(char *changelog_dir, unsigned long start,
unsigned long end, int n_parallel,
unsigned long *actual_end);
+int
+gf_history_changelog_scan();
+ssize_t
+gf_history_changelog_next_change(char *bufptr, size_t maxlen);
+int
+gf_history_changelog_done(char *file);
#endif