diff options
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 a6f09f4..716c1f5 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -74,6 +74,7 @@ creat_f c_nouser; creat_f c_perm; creat_f c_print; creat_f c_regex; +creat_f c_samefile; creat_f c_simple; creat_f c_size; creat_f c_type; @@ -90,6 +91,7 @@ exec_f f_depth; exec_f f_empty; exec_f f_exec; exec_f f_expr; +exec_f f_false; exec_f f_flags; exec_f f_fstype; exec_f f_group; @@ -108,6 +110,7 @@ exec_f f_perm; exec_f f_print; exec_f f_print0; exec_f f_prune; +exec_f f_quit; exec_f f_regex; exec_f f_size; exec_f f_type; |