[BACK]Return to job.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/job.h between version 1.16 and 1.17

version 1.16, 2007/09/17 11:43:12 version 1.17, 2007/09/17 12:01:16
Line 46 
Line 46 
  *      Definitions pertaining to the running of jobs in parallel mode.   *      Definitions pertaining to the running of jobs in parallel mode.
  */   */
   
 extern void Job_CatchChildren(bool);  extern void Job_CatchChildren(void);
 extern void Job_CatchOutput(void);  extern void Job_CatchOutput(void);
 extern void Job_Make(GNode *);  extern void Job_Make(GNode *);
 extern void Job_Init(int, int);  extern void Job_Init(int, int);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17