summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-15 20:58:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-09-16 05:58:20 (GMT)
commit82a75299fa63a388a9a4823bcb687e50964d95fb (patch)
treeee72ab52517afbd1b7a119e5a5b8b9ae8fb93f91 /commit.h
parentf50fee4a0476dfd1315612f49244e7050280bf68 (diff)
downloadgit-82a75299fa63a388a9a4823bcb687e50964d95fb.zip
git-82a75299fa63a388a9a4823bcb687e50964d95fb.tar.gz
git-82a75299fa63a388a9a4823bcb687e50964d95fb.tar.bz2
commit.c: mark a file-scope private symbol as 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 6edce87..9f21313 100644
--- a/commit.h
+++ b/commit.h
@@ -204,7 +204,6 @@ extern int commit_tree_extended(const struct strbuf *msg, unsigned char *tree,
struct commit_extra_header *);
extern struct commit_extra_header *read_commit_extra_headers(struct commit *, const char **);
-extern struct commit_extra_header *read_commit_extra_header_lines(const char *buf, size_t len, const char **);
extern void free_commit_extra_headers(struct commit_extra_header *extra);