X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpipe-filter.h;h=c210ac4d9ff6f35b924b2d1e29672af6ce6a3d21;hb=c50edd6462eaaae00f8549f9bad99d4e68b94376;hp=49e83a3489231a4f32322fa832273cb62acfc3d4;hpb=a4d796fb141dac5d85328872e2fefbd5c44870e1;p=gnulib.git diff --git a/lib/pipe-filter.h b/lib/pipe-filter.h index 49e83a348..c210ac4d9 100644 --- a/lib/pipe-filter.h +++ b/lib/pipe-filter.h @@ -1,5 +1,5 @@ /* Filtering of data through a subprocess. - Copyright (C) 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2009, and Paolo Bonzini , 2009. @@ -167,7 +167,7 @@ struct pipe_filter_gi; true, otherwise return NULL and set errno. The caller will write to the subprocess through pipe_filter_gi_write - and finally call pipe_filter_gi_write. During such calls, the + and finally call pipe_filter_gi_close. During such calls, the prepare_read and done_read function may be called to process any data that the subprocess has written.