summaryrefslogtreecommitdiff
path: root/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.h')
-rw-r--r--fetch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fetch.h b/fetch.h
index e7710e8..9837a3d 100644
--- a/fetch.h
+++ b/fetch.h
@@ -40,6 +40,9 @@ extern int get_all;
/* Set to be verbose */
extern int get_verbosely;
+/* Set to check on all reachable objects. */
+extern int get_recover;
+
/* Report what we got under get_verbosely */
extern void pull_say(const char *, const char *);