BSD 4_4_Lite1 release
[unix-history] / usr / src / usr.bin / find / extern.h
index 1f02f12..3db2d5f 100644 (file)
@@ -1,5 +1,5 @@
 /*-
 /*-
- * Copyright (c) 1991, 1993
+ * Copyright (c) 1991, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)extern.h    8.1 (Berkeley) 6/6/93
+ *     @(#)extern.h    8.3 (Berkeley) 4/16/94
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
 void    brace_subst __P((char *, char **, char *, int));
 void   *emalloc __P((unsigned int));
 PLAN   *find_create __P((char ***));
 void    brace_subst __P((char *, char **, char *, int));
 void   *emalloc __P((unsigned int));
 PLAN   *find_create __P((char ***));
-void    find_execute __P((PLAN *, char **));
+int     find_execute __P((PLAN *, char **));
 PLAN   *find_formplan __P((char **));
 PLAN   *not_squish __P((PLAN *));
 PLAN   *find_formplan __P((char **));
 PLAN   *not_squish __P((PLAN *));
-OPTION *option __P((char *));
 PLAN   *or_squish __P((PLAN *));
 PLAN   *paren_squish __P((PLAN *));
 struct stat;
 PLAN   *or_squish __P((PLAN *));
 PLAN   *paren_squish __P((PLAN *));
 struct stat;