diff options
| author | Warner Losh <imp@FreeBSD.org> | 2025-07-25 16:30:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-07-25 16:34:49 +0000 |
| commit | 486cae8f06b1956b5b6f6b9b89c175aa02d56dda (patch) | |
| tree | 67f28ffba238754c42c2ed9a01b4ff31928373a6 /usr.bin/find/extern.h | |
| parent | 7b9c912c41f484b0fe75b30fbac465cc984e56b2 (diff) | |
Diffstat (limited to 'usr.bin/find/extern.h')
| -rw-r--r-- | usr.bin/find/extern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 6760ac24fb04..02c85d06a34c 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -57,6 +57,7 @@ creat_f c_empty; creat_f c_exec; creat_f c_flags; creat_f c_follow; +creat_f c_fprint; creat_f c_fstype; creat_f c_group; creat_f c_ignore_readdir_race; @@ -93,6 +94,8 @@ exec_f f_executable; exec_f f_expr; exec_f f_false; exec_f f_flags; +exec_f f_fprint; +exec_f f_fprint0; exec_f f_fstype; exec_f f_group; exec_f f_inum; |
