summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-12 06:23:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-12 07:16:16 (GMT)
commitcc5711424b7ae36276a40c06ede5d95f87ca20f0 (patch)
treec83ce2d4c10348692e8c9159ef2270618505395b /commit.h
parentf1c92c6369511396ab3a409b5c9957066b72f6a3 (diff)
downloadgit-cc5711424b7ae36276a40c06ede5d95f87ca20f0.zip
git-cc5711424b7ae36276a40c06ede5d95f87ca20f0.tar.gz
git-cc5711424b7ae36276a40c06ede5d95f87ca20f0.tar.bz2
pretty.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/commit.h b/commit.h
index e5332ef..24128d7 100644
--- a/commit.h
+++ b/commit.h
@@ -73,7 +73,6 @@ struct pretty_print_context
struct reflog_walk_info *reflog_info;
};
-extern int non_ascii(int);
extern int has_non_ascii(const char *text);
struct rev_info; /* in revision.h, it circularly uses enum cmit_fmt */
extern char *reencode_commit_message(const struct commit *commit,