diff options
Diffstat (limited to 'libpipe/pq.h')
-rw-r--r-- | libpipe/pq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpipe/pq.h b/libpipe/pq.h index b98c8b19..3a26aa80 100644 --- a/libpipe/pq.h +++ b/libpipe/pq.h @@ -1,6 +1,6 @@ /* Packet queues - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2006 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -78,7 +78,7 @@ packet_readable (struct packet *packet) } /* Append the bytes in DATA, of length DATA_LEN, to what's already in PACKET, - and return the amount appended in AMOUNT. */ + and return the amount appended in AMOUNT if that's not the null pointer. */ error_t packet_write (struct packet *packet, char *data, size_t data_len, size_t *amount); |