summaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index c3dfbbd..7699bd8 100644
--- a/lib.h
+++ b/lib.h
@@ -46,7 +46,8 @@
*DIRENT_DATA_SIZE and a list of pointers to the dirent structures
in *DIRENT_LIST. */
error_t dir_entries_get (file_t dir, char **dirent_data,
- int *dirent_data_size, struct dirent **dirent_list);
+ size_t *dirent_data_size,
+ struct dirent ***dirent_list);
/* Lookup the file named NAME beneath DIR (or the cwd, if DIR is not a
valid port. Try to open with FLAGS0 first, and if that fails with