mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-27 01:44:23 +00:00
Fix declaration of run_in_dir
This commit is contained in:
parent
34deb851d8
commit
3be27f1580
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user