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

Diff for /src/usr.bin/make/extern.h between version 1.18 and 1.19

version 1.18, 2000/01/08 09:45:15 version 1.19, 2000/02/02 13:47:47
Line 45 
Line 45 
 ReturnStatus Arch_ParseArchive __P((char **, Lst, GNode *));  ReturnStatus Arch_ParseArchive __P((char **, Lst, GNode *));
 void Arch_Touch __P((GNode *));  void Arch_Touch __P((GNode *));
 void Arch_TouchLib __P((GNode *));  void Arch_TouchLib __P((GNode *));
 time_t Arch_MTime __P((GNode *));  Boolean Arch_MTime __P((GNode *));
 time_t Arch_MemMTime __P((GNode *));  Boolean Arch_MemMTime __P((GNode *));
 void Arch_FindLib __P((GNode *, Lst));  void Arch_FindLib __P((GNode *, Lst));
 Boolean Arch_LibOODate __P((GNode *));  Boolean Arch_LibOODate __P((GNode *));
 void Arch_Init __P((void));  void Arch_Init __P((void));

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19