From 11a61b22dd0a0a0cc80b3c8594c85fecbb5e679a Mon Sep 17 00:00:00 2001 From: Gianluca Guida Date: Mon, 31 Jan 2005 12:30:05 +0000 Subject: Added basic stowfs functionalities. --- lib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib.h') diff --git a/lib.h b/lib.h index 7699bd8..37dae3f 100644 --- a/lib.h +++ b/lib.h @@ -49,6 +49,11 @@ error_t dir_entries_get (file_t dir, char **dirent_data, size_t *dirent_data_size, struct dirent ***dirent_list); +char *make_filepath (char *, char *); +error_t for_each_subdir (char *, error_t (*) (char *, char *)); +error_t for_each_subdir_priv (char *, error_t (*) (char *, char *, void *), + void *); + /* 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 FLAGS1; MODE is the mode to user for newly created files. On -- cgit v1.2.3