]> git.ipfire.org Git - thirdparty/git.git/blobdiff - packfile.h
Merge branch 'jk/packfile-reuse-cleanup'
[thirdparty/git.git] / packfile.h
index 8049202f4c6bb0d4e1434422bd1bc1816a42628a..ec536a4ae51fc94db9c4c94397bd9177ff34c1c2 100644 (file)
@@ -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,