summaryrefslogtreecommitdiff
path: root/diagnose.h
diff options
context:
space:
mode:
Diffstat (limited to 'diagnose.h')
-rw-r--r--diagnose.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/diagnose.h b/diagnose.h
index f525219ab0..f7b38f49f5 100644
--- a/diagnose.h
+++ b/diagnose.h
@@ -4,6 +4,7 @@
#include "strbuf.h"
struct option;
+struct repository;
enum diagnose_mode {
DIAGNOSE_NONE,
@@ -13,6 +14,8 @@ enum diagnose_mode {
int option_parse_diagnose(const struct option *opt, const char *arg, int unset);
-int create_diagnostics_archive(struct strbuf *zip_path, enum diagnose_mode mode);
+int create_diagnostics_archive(struct repository *r,
+ struct strbuf *zip_path,
+ enum diagnose_mode mode);
#endif /* DIAGNOSE_H */