summaryrefslogtreecommitdiffstats
path: root/include/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dirent.h')
-rw-r--r--include/dirent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dirent.h b/include/dirent.h
index 7dc16e7..653bf39 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -94,6 +94,7 @@ void seekdir __P((DIR *, long));
int scandir __P((const char *, struct dirent ***,
int (*)(struct dirent *), int (*)(const void *, const void *)));
int alphasort __P((const void *, const void *));
+int getdents __P((int, char *, int));
int getdirentries __P((int, char *, int, long *));
int readdir_r __P((DIR *, struct dirent *, struct dirent **));
#endif /* not POSIX */
OpenPOWER on IntegriCloud