[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.26 and 1.27

version 1.26, 2007/01/04 17:55:35 version 1.27, 2008/01/12 13:08:59
Line 106 
Line 106 
 extern void             Lst_ConcatDestroy(Lst, Lst);  extern void             Lst_ConcatDestroy(Lst, Lst);
 /* Concatenate two lists, non-destructive.  */  /* Concatenate two lists, non-destructive.  */
 extern void             Lst_Concat(Lst, Lst);  extern void             Lst_Concat(Lst, Lst);
   /* requeue element already in list at front of list */
   extern void             Lst_Requeue(Lst, LstNode);
   
 /*  /*
  * Node-specific functions   * Node-specific functions

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27