view osdep/glob.h @ 23466:db5fd8a09c97

r23440: New "automute" tv:// option. r23444: update manual date, its been 8 months... r23455: new sentences on new lines, diego says ;-P r23467: then/than typo spotted by "JRaSH"
author voroshil
date Wed, 06 Jun 2007 08:14:14 +0000
parents a42f91a779b8
children 6ac1ece1f9fe
line wrap: on
line source

#include "config.h"

typedef struct {
  size_t gl_pathc;
  char **gl_pathv;
  size_t gl_offs;
} glob_t;

void globfree(glob_t *pglob);

int  glob(const char *pattern, int flags, int (*errfunc)(const char *epath, int eerrno), glob_t *pglob);