mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-30 05:08:58 +01:00
Fix declaration of run_in_dir
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
struct saved_cwd;
|
||||
|
||||
int run_in_dirfd (int fd, int (*callback)(void*), void *usercontext);
|
||||
int run_in_dir (struct saved_cwd*, int (*callback)(void*), void *usercontext);
|
||||
int run_in_dir (const struct saved_cwd*, int (*callback)(void*),
|
||||
void *usercontext);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user