aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/sys/dirent.h')
-rw-r--r--system/include/libc/sys/dirent.h2
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
}