summaryrefslogtreecommitdiff
path: root/src/include/storage/fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/fd.h')
-rw-r--r--src/include/storage/fd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h
index 98292815092..45dadf666f1 100644
--- a/src/include/storage/fd.h
+++ b/src/include/storage/fd.h
@@ -98,6 +98,8 @@ extern int ClosePipeStream(FILE *file);
/* Operations to allow use of the <dirent.h> library routines */
extern DIR *AllocateDir(const char *dirname);
extern struct dirent *ReadDir(DIR *dir, const char *dirname);
+extern struct dirent *ReadDirExtended(DIR *dir, const char *dirname,
+ int elevel);
extern int FreeDir(DIR *dir);
/* Operations to allow use of a plain kernel FD, with automatic cleanup */