summaryrefslogtreecommitdiff
path: root/sha1-array.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-16 05:39:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-09-16 05:58:21 (GMT)
commit69850be47d1b629543a2c45e8dd254729c5676af (patch)
tree01fca47b8c54c62a627d1d97c8c33e05925ff4ed /sha1-array.h
parent72f3196a2db0f58b24acd2f9369c7f97d0d770d5 (diff)
downloadgit-69850be47d1b629543a2c45e8dd254729c5676af.zip
git-69850be47d1b629543a2c45e8dd254729c5676af.tar.gz
git-69850be47d1b629543a2c45e8dd254729c5676af.tar.bz2
sha1-array.c: mark a private file-scope symbol as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1-array.h')
-rw-r--r--sha1-array.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sha1-array.h b/sha1-array.h
index 4499b5d..72bb33b 100644
--- a/sha1-array.h
+++ b/sha1-array.h
@@ -11,7 +11,6 @@ struct sha1_array {
#define SHA1_ARRAY_INIT { NULL, 0, 0, 0 }
void sha1_array_append(struct sha1_array *array, const unsigned char *sha1);
-void sha1_array_sort(struct sha1_array *array);
int sha1_array_lookup(struct sha1_array *array, const unsigned char *sha1);
void sha1_array_clear(struct sha1_array *array);