X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpipe-filter.h;h=49e83a3489231a4f32322fa832273cb62acfc3d4;hb=82781cc8ba8aa1831f3fce91ce14b8538f5319f0;hp=350204a8697b43dd68cf11c0a475283a6a7c1c2a;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/pipe-filter.h b/lib/pipe-filter.h index 350204a86..49e83a348 100644 --- a/lib/pipe-filter.h +++ b/lib/pipe-filter.h @@ -1,5 +1,5 @@ /* Filtering of data through a subprocess. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2009, and Paolo Bonzini , 2009. @@ -119,7 +119,7 @@ typedef void (*done_read_fn) (void *data_read, size_t num_bytes_read, true, otherwise return 127. Callback arguments are as described above. - Data is alternatingly written to the subprocess, through the functions + Data is alternately written to the subprocess, through the functions prepare_write and done_write, and read from the subprocess, through the functions prepare_read and done_read.