Subversion Repositories Kolibri OS

Rev

Rev 4874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 80... Line 80...
80
 
80
 
81
#define	GLOB_NOSPACE	(-1)	/* Malloc call failed. */
81
#define	GLOB_NOSPACE	(-1)	/* Malloc call failed. */
Line 82... Line 82...
82
#define	GLOB_ABEND	(-2)	/* Unignored error. */
82
#define	GLOB_ABEND	(-2)	/* Unignored error. */
83
 
83
 
-
 
84
__BEGIN_DECLS
84
__BEGIN_DECLS
85
int	glob(const char *__restrict, int, int (*)(const char *, int), 
85
int	glob(const char *, int, int (*)(const char *, int), glob_t *);
86
		glob_t *__restrict);
Line 86... Line 87...
86
void	globfree(glob_t *);
87
void	globfree(glob_t *);