Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: fix a memory leak
[gitweb.git]
/
pkt-line.c
diff --git
a/pkt-line.c
b/pkt-line.c
index d4b71d3e82b0e54ef4105748fdfdc15b438badfb..60329b301b6bbeae88d66bf687a8b5a55beae02e 100644
(file)
--- a/
pkt-line.c
+++ b/
pkt-line.c
@@
-117,7
+117,7
@@
void packet_buf_delim(struct strbuf *buf)
strbuf_add(buf, "0001", 4);
}
-
static
void set_packet_header(char *buf, const int size)
+void set_packet_header(char *buf, const int size)
{
static char hexchar[] = "0123456789abcdef";