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

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

version 1.18, 2007/09/16 10:14:26 version 1.19, 2007/09/16 12:19:15
Line 154 
Line 154 
   
   
 /* communication between dir.c and direxpand.c */  /* communication between dir.c and direxpand.c */
 struct Path_;  struct PathEntry;
 extern struct Path_ *dot;  extern struct PathEntry *dot;
 /* Handles wildcard expansion on a given directory. */  /* Handles wildcard expansion on a given directory. */
 extern  void Dir_MatchFilesi(const char *, const char *, struct Path_ *,  extern  void Dir_MatchFilesi(const char *, const char *, struct PathEntry *,
     Lst);      Lst);
 #endif /* DIR_H */  #endif /* DIR_H */

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