diff options
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dirent.h b/include/dirent.h index dcd7f59..66e8e8f 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -34,5 +34,6 @@ int scandir_sane(const char *dir, struct dirent ***namelist, int (*compar)(const struct dirent **, const struct dirent **)); void scandir_sane_free(struct dirent **namelist); +int readdir_multi(DIR *dir, struct dirent *entries, int num_entries); #endif // KERNEL #endif // DIRENT_H |