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>
This commit is contained in:

committed by
Junio C Hamano

parent
9b5041f647
commit
b388633c5c
@ -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
|
||||
|
Reference in New Issue
Block a user