[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.23 and 1.24

version 1.23, 2007/09/17 09:44:20 version 1.24, 2008/11/04 07:22:35
Line 152 
Line 152 
 /* Handles wildcard expansion on a given directory. */  /* Handles wildcard expansion on a given directory. */
 extern  void Dir_MatchFilesi(const char *, const char *, struct PathEntry *,  extern  void Dir_MatchFilesi(const char *, const char *, struct PathEntry *,
     Lst);      Lst);
   extern char *PathEntry_name(struct PathEntry *);
 #endif /* DIR_H */  #endif /* DIR_H */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24