1) Fix -E (no escape char) mode, has error with 0xFF char
[unix-history] / usr.bin / find / extern.h
index 1f02f12..6f5a29d 100644 (file)
@@ -65,6 +65,8 @@ PLAN  *c_nouser __P((void));
 PLAN   *c_path __P((char *));
 PLAN   *c_perm __P((char *));
 PLAN   *c_print __P((void));
 PLAN   *c_path __P((char *));
 PLAN   *c_perm __P((char *));
 PLAN   *c_print __P((void));
+PLAN   *c_print0 __P((void));
+PLAN   *c_printf __P((char *));
 PLAN   *c_prune __P((void));
 PLAN   *c_size __P((char *));
 PLAN   *c_type __P((char *));
 PLAN   *c_prune __P((void));
 PLAN   *c_size __P((char *));
 PLAN   *c_type __P((char *));