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>2007-06-08 13:54:57 +0400
committerJunio C Hamano <gitster@pobox.com>2007-06-08 13:54:57 +0400
commit16befb8b7fbfcc9b2d38931f4081669558300adf (patch)
treebf43ee0650d85c8a8096a59d24ea536e0b11a3e2 /builtin.h
parentfcd056a6d23bafb13f991ffb673fb87c7100b8f2 (diff)
Even more missing static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin.h b/builtin.h
index fe8ba9e65f..da4834c312 100644
--- a/builtin.h
+++ b/builtin.h
@@ -7,7 +7,6 @@ extern const char git_version_string[];
extern const char git_usage_string[];
extern void help_unknown_cmd(const char *cmd);
-extern void stripspace(FILE *in, FILE *out);
extern int write_tree(unsigned char *sha1, int missing_ok, const char *prefix);
extern void prune_packed_objects(int);