/[man-db]/man-db/lib/pipeline.h
ViewVC logotype

Diff of /man-db/lib/pipeline.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by cjwatson, Sun Aug 3 23:32:47 2003 UTC revision 1.9 by cjwatson, Mon Aug 4 18:31:26 2003 UTC
# Line 138  void pipeline_commands (pipeline *p, ... Line 138  void pipeline_commands (pipeline *p, ...
138  FILE *pipeline_get_infile (pipeline *p);  FILE *pipeline_get_infile (pipeline *p);
139  FILE *pipeline_get_outfile (pipeline *p);  FILE *pipeline_get_outfile (pipeline *p);
140    
141    /* Dump a string representation of p to stream. */
142    void pipeline_dump (pipeline *p, FILE *stream);
143    
144    /* Return a string representation of p. The caller should free the result. */
145    char *pipeline_tostring (pipeline *p);
146    
147  /* Start the processes in a pipeline. Calls error(FATAL) on error. */  /* Start the processes in a pipeline. Calls error(FATAL) on error. */
148  void pipeline_start (pipeline *p);  void pipeline_start (pipeline *p);
149    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26