]> git.ipfire.org Git - thirdparty/git.git/commit
object-store: move function declarations to their respective subsystems
authorPatrick Steinhardt <ps@pks.im>
Tue, 29 Apr 2025 07:52:18 +0000 (09:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Apr 2025 17:08:12 +0000 (10:08 -0700)
commit1a793261c53507f7c46f748cc76378a9c5bb05cf
tree4d3c3110c499f190db9796c3a0c2f2d7c8a1e4c7
parent0b8ed25b66aedc9f4fe44d1a5cab2719290b22a9
object-store: move function declarations to their respective subsystems

We carry declarations for a couple of functions in "object-store.h" that
are not defined in "object-store.c", but in a different subsystem. Move
these declarations to the respective headers whose matching code files
carry the corresponding definition.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 files changed:
builtin/count-objects.c
builtin/gc.c
convert.c
diffcore-rename.c
dir.c
log-tree.c
object-file.h
object-name.c
object-store.h
packfile.h
prune-packed.c
reachable.c