From 07a05e6edbf20016836a7c47d8cb8102fbfed86b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Nov 2022 17:54:30 -0500 Subject: Use zix_dir_for_each() --- src/filesystem.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/filesystem.h') diff --git a/src/filesystem.h b/src/filesystem.h index d2f14b6..5dfd3d7 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -33,22 +33,6 @@ lilv_path_parent(const char* path); char* lilv_path_filename(const char* path); -/** - Visit every file in the directory at `path`. - - @param path A path to a directory. - - @param data Opaque user data that is passed to `f`. - - @param f A function called on every entry in the directory. The `path` - parameter is always the directory path passed to this function, the `name` - parameter is the name of the directory entry (not its full path). -*/ -void -lilv_dir_for_each(const char* path, - void* data, - void (*f)(const char* path, const char* name, void* data)); - /** Create a unique temporary directory. -- cgit v1.2.1