]> git.ipfire.org Git - thirdparty/git.git/blobdiff - progress.h
git-prompt: change == to = for zsh's sake
[thirdparty/git.git] / progress.h
index 847338911fbb6cf359f39ea0cb7a406297b61812..f1913acf73f1790366ebd2f3f802f0472221bc7c 100644 (file)
@@ -3,6 +3,14 @@
 
 struct progress;
 
+#ifdef GIT_TEST_PROGRESS_ONLY
+
+extern int progress_testing;
+extern uint64_t progress_test_ns;
+void progress_test_force_update(void);
+
+#endif
+
 void display_throughput(struct progress *progress, uint64_t total);
 void display_progress(struct progress *progress, uint64_t n);
 struct progress *start_progress(const char *title, uint64_t total);