aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 20:17:14 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-24 12:47:32 -0700
commitb388633c5c47bf4fc12560d8b237ec0bd319ba4a (patch)
treeccf7045234b992580b37160f62765ca2a8b95c12 /cache.h
parentbase85.h: move declarations for base85.c functions from cache.h (diff)
downloadgit-b388633c5c47bf4fc12560d8b237ec0bd319ba4a.tar.gz
git-b388633c5c47bf4fc12560d8b237ec0bd319ba4a.zip
pkt-line.h: move declarations for pkt-line.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 b89f4c5980..fde782a96f 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);
-/* pkt-line.c */
-void packet_trace_identity(const char *prog);
-
/* add */
/*
* return 0 if success, 1 - if addition of a file failed and