On Wed, Feb 20, 2013 at 3:04 PM, Jeff King <peff@xxxxxxxx> wrote: > diff --git a/pkt-line.h b/pkt-line.h > index fa93e32..47361f5 100644 > --- a/pkt-line.h > +++ b/pkt-line.h > @@ -25,9 +25,16 @@ void packet_buf_write(struct strbuf *buf, const char *fmt, ...) __attribute__((f > void packet_buf_write(struct strbuf *buf, const char *fmt, ...) __attribute__((format (printf, 2, 3))); > > /* > - * Read a packetized line from the descriptor into the buffer, which must be at > - * least size bytes long. The return value specifies the number of bytes read > - * into the buffer. > + * Read a packetized line into the buffer, which must be at least size bytes > + * long. The return value specifies the number of bytes read into the buffer. > + * > + * If src_buffer is not NULL (and nor is *src_buffer), it should point to a > + * buffer containing the packet data to parse, of at least *src_len bytes. > + * After the function returns, src_buf will be increments and src_len s/increments/incremented/ > + * decremented by the number of bytes consumed. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html