From 910709e8909f563461233eb475f4ce8a49841ab9 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 23 Dec 1999 15:52:13 +0000 Subject: Fixed missing declaration of getdents(2). --- include/dirent.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.1