Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-12 09:21:18 +0300
committerJunio C Hamano <gitster@pobox.com>2010-01-12 10:16:16 +0300
commitf1c92c6369511396ab3a409b5c9957066b72f6a3 (patch)
treefceb58dde7a354ee07aaceed745ef2506c31ebed /bisect.h
parentebdc302e3e930ec7f3f6e818ecc815a7a5f01781 (diff)
builtin-rev-list.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bisect.h')
-rw-r--r--bisect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bisect.h b/bisect.h
index 82f8fc1910..0862ce56d7 100644
--- a/bisect.h
+++ b/bisect.h
@@ -27,8 +27,6 @@ struct rev_list_info {
const char *header_prefix;
};
-extern int show_bisect_vars(struct rev_list_info *info, int reaches, int all);
-
extern int bisect_next_all(const char *prefix);
extern int estimate_bisect_steps(int all);