aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 20:17:11 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-24 12:47:31 -0700
commit623b80bef2431f2f0dc550dda9da5cb633c606fd (patch)
tree73f90e2bc174dc2e181cee306cf8d3c56e4455a1 /cache.h
parentpackfile.h: move pack_window and pack_entry from cache.h (diff)
downloadgit-623b80bef2431f2f0dc550dda9da5cb633c606fd.tar.gz
git-623b80bef2431f2f0dc550dda9da5cb633c606fd.zip
server-info.h: move declarations for server-info.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cache.h b/cache.h
index ffb9028f01..2eb4546473 100644
--- a/cache.h
+++ b/cache.h
@@ -593,9 +593,6 @@ int df_name_compare(const char *name1, size_t len1, int mode1,
int name_compare(const char *name1, size_t len1, const char *name2, size_t len2);
int cache_name_stage_compare(const char *name1, int len1, int stage1, const char *name2, int len2, int stage2);
-/* Dumb servers support */
-int update_server_info(int);
-
#define COPY_READ_ERROR (-2)
#define COPY_WRITE_ERROR (-3)
int copy_fd(int ifd, int ofd);