diff options
Diffstat (limited to 'system/include/libc/sys/dirent.h')
-rw-r--r-- | system/include/libc/sys/dirent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libc/sys/dirent.h b/system/include/libc/sys/dirent.h index 727dbf94..edcc5746 100644 --- a/system/include/libc/sys/dirent.h +++ b/system/include/libc/sys/dirent.h @@ -23,6 +23,8 @@ DIR *opendir(const char *); void seekdir(DIR *, long); long telldir(DIR *); DIR *readdir(DIR *); +int closedir(DIR *dirp); +void rewinddir(DIR *dirp); #ifdef __cplusplus } |