diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-13 14:59:57 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-13 14:59:57 +0000 |
| commit | 589ee357a43d463bb294fa7304a4f50e5a89d639 (patch) | |
| tree | ebeff76337d662e605335d5c9788723eb439811f /include | |
| parent | 44ac1ad98eea2809f35fb40ea8996c4f0ffd49af (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/fts.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/fts.h b/include/fts.h index 4fa4a3aa0ded9..62e2254f29187 100644 --- a/include/fts.h +++ b/include/fts.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)fts.h 8.3 (Berkeley) 8/14/94 + * $FreeBSD$ */ #ifndef _FTS_H_ @@ -45,7 +46,8 @@ typedef struct { int fts_rfd; /* fd for root */ int fts_pathlen; /* sizeof(path) */ int fts_nitems; /* elements in the sort array */ - int (*fts_compar)(); /* compare function */ + int (*fts_compar) /* compare function */ + __P((const struct _ftsent **, const struct _ftsent **)); #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ #define FTS_LOGICAL 0x002 /* logical walk */ |
