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>2019-09-09 22:26:38 +0300
committerJunio C Hamano <gitster@pobox.com>2019-09-09 22:26:38 +0300
commit8ce8a63b46298501c9afebfea28ed3339a9104b7 (patch)
tree1de59e5088aa0f70a52f71fb427243a77c407a88 /packfile.h
parent94373946614f864bdcd5e0cb72e360edbed1c77f (diff)
parent415b770b88128f0025d7d4663fd9582075875a1b (diff)
Merge branch 'ds/midx-expire-repack'
Code cleanup. * ds/midx-expire-repack: packfile.h: drop extern from function declaration
Diffstat (limited to 'packfile.h')
-rw-r--r--packfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile.h b/packfile.h
index 3e98910bdd..fc7904ec81 100644
--- a/packfile.h
+++ b/packfile.h
@@ -100,7 +100,7 @@ struct packed_git *add_packed_git(const char *path, size_t path_len, int local);
* Does not unlink if 'force_delete' is false and the pack-file is
* marked as ".keep".
*/
-extern void unlink_pack_path(const char *pack_name, int force_delete);
+void unlink_pack_path(const char *pack_name, int force_delete);
/*
* Make sure that a pointer access into an mmap'd index file is within bounds,