/[man-db]/man-db/src/globbing.c
ViewVC logotype

Diff of /man-db/src/globbing.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by cjwatson, Thu May 1 16:41:12 2003 UTC revision 1.18 by cjwatson, Thu May 1 18:14:11 2003 UTC
# Line 63  extern char *strrchr(); Line 63  extern char *strrchr();
63  #include "manconfig.h"  #include "manconfig.h"
64  #include "lib/error.h"  #include "lib/error.h"
65  #include "lib/hashtable.h"  #include "lib/hashtable.h"
66    #include "globbing.h"
67    
68  const char *extension;  const char *extension;
69  static const char *mandir_layout = MANDIR_LAYOUT;  static const char *mandir_layout = MANDIR_LAYOUT;
# Line 206  static struct dirent_hashent *update_dir Line 207  static struct dirent_hashent *update_dir
207          return cache;          return cache;
208  }  }
209    
210  int match_in_directory (const char *path, const char *pattern, int ignore_case,  static int match_in_directory (const char *path, const char *pattern,
211                          glob_t *pglob)                                 int ignore_case, glob_t *pglob)
212  {  {
213          struct dirent_hashent *cache;          struct dirent_hashent *cache;
214          size_t allocated = 4;          size_t allocated = 4;

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26