]> git.ipfire.org Git - thirdparty/git.git/commit - http.h
git-zlib: move declarations for git-zlib functions from cache.h
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 07:41:51 +0000 (00:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2023 15:52:10 +0000 (08:52 -0700)
commitd88dbaa71864c42df1394be25234d7c187a12f48
tree72c743e43041d5214f0b5f7257aaef7e707c896c
parente93fc5d721738de978ef06acb62daa3df3c40625
git-zlib: move declarations for git-zlib functions from cache.h

Move functions from cache.h for zlib.c into a new header file.  Since
adding a "zlib.h" would cause issues with the real zlib, rename zlib.c
to git-zlib.c while we are at it.

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
archive-tar.c
archive-zip.c
builtin/unpack-objects.c
cache.h
git-zlib.c [moved from zlib.c with 99% similarity]
git-zlib.h [new file with mode: 0644]
http-backend.c
http.h