Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

build/myftw.h File Reference

Portable ftw(3) using lstat() instead of stat(). More...

#include <sys/stat.h>

Go to the source code of this file.

Defines

#define MYFTW_F   0
#define MYFTW_D   1
#define MYFTW_DNR   2
#define MYFTW_NS   3

Typedefs

typedef int (* myftwFunc )(void *fl, const char *name, struct stat *statp)


Detailed Description

Portable ftw(3) using lstat() instead of stat().

Definition in file myftw.h.


Define Documentation

#define MYFTW_D   1
 

Definition at line 13 of file myftw.h.

#define MYFTW_DNR   2
 

Definition at line 14 of file myftw.h.

#define MYFTW_F   0
 

Definition at line 12 of file myftw.h.

#define MYFTW_NS   3
 

Definition at line 15 of file myftw.h.


Typedef Documentation

typedef int (* myftwFunc)(void *fl, const char *name, struct stat *statp)
 

Definition at line 21 of file myftw.h.


Generated at Sun Apr 8 18:43:03 2001 for rpm by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000