diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-22 22:17:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 21:47:32 +0200 |
commit | b388633c5c47bf4fc12560d8b237ec0bd319ba4a (patch) | |
tree | ccf7045234b992580b37160f62765ca2a8b95c12 /pkt-line.h | |
parent | base85.h: move declarations for base85.c functions from cache.h (diff) | |
download | git-b388633c5c47bf4fc12560d8b237ec0bd319ba4a.tar.xz 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 'pkt-line.h')
-rw-r--r-- | pkt-line.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkt-line.h b/pkt-line.h index 8e9846f315..7c23a4bfaf 100644 --- a/pkt-line.h +++ b/pkt-line.h @@ -246,4 +246,6 @@ void packet_writer_error(struct packet_writer *writer, const char *fmt, ...); void packet_writer_delim(struct packet_writer *writer); void packet_writer_flush(struct packet_writer *writer); +void packet_trace_identity(const char *prog); + #endif |