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

Diff for /src/usr.bin/make/lst.h between version 1.7 and 1.8

version 1.7, 1999/07/29 19:55:19 version 1.8, 1999/12/18 02:11:27
Line 79 
Line 79 
  * Creation/destruction functions   * Creation/destruction functions
  */   */
 /* Create a new list */  /* Create a new list */
 Lst             Lst_Init __P((Boolean));  Lst             Lst_Init __P((void));
 /* Duplicate an existing list */  /* Duplicate an existing list */
 Lst             Lst_Duplicate __P((Lst, ClientData (*)(ClientData)));  Lst             Lst_Duplicate __P((Lst, ClientData (*)(ClientData)));
 /* Destroy an old one */  /* Destroy an old one */

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