diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:14 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:32 -0700 |
| commit | b388633c5c47bf4fc12560d8b237ec0bd319ba4a (patch) | |
| tree | ccf7045234b992580b37160f62765ca2a8b95c12 /cache.h | |
| parent | base85.h: move declarations for base85.c functions from cache.h (diff) | |
| download | git-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
