summaryrefslogtreecommitdiff
path: root/lib/listfile.h
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-04-14 21:41:59 +0000
committerJames Youngman <jay@gnu.org>2007-04-14 21:41:59 +0000
commitb46b0d89384207be73e32468a064393a43b82514 (patch)
treedce8aad95aaad32ff710e1c0f36e9ef06070d7aa /lib/listfile.h
parent309ef446d4837a30629fafc5b16b1f3e0cb6d137 (diff)
downloadfindutils-b46b0d89384207be73e32468a064393a43b82514.tar.gz
Support fts() in FTS_CWDFD mode. Also work around Savannah bug #18466 (with a performance penalty).
Diffstat (limited to 'lib/listfile.h')
-rw-r--r--lib/listfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/listfile.h b/lib/listfile.h
index 78340799..6b58e76d 100644
--- a/lib/listfile.h
+++ b/lib/listfile.h
@@ -21,9 +21,9 @@
#if !defined LISTFILE_H
# define LISTFILE_H
-void list_file (char *name, char *relname, struct stat *statp, time_t current_time, int output_block_size, int literal_control_chars, FILE *stream);
+void list_file (char *name, int dir_fd, char *relname, const struct stat *statp, time_t current_time, int output_block_size, int literal_control_chars, FILE *stream);
-char * get_link_name (const char *name, char *relname);
+char * get_link_name_at (const char *name, int dirfd, char *relname);
size_t file_blocksize(const struct stat *p);