add prototype for getsubopt(3)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 25 Feb 1991 06:31:13 +0000 (22:31 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 25 Feb 1991 06:31:13 +0000 (22:31 -0800)
SCCS-vsn: include/stdlib.h 5.11

usr/src/include/stdlib.h

index d833c72..7ccb638 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)stdlib.h    5.10 (Berkeley) %G%
+ *     @(#)stdlib.h    5.11 (Berkeley) %G%
  */
 
 #ifndef _STDLIB_H_
  */
 
 #ifndef _STDLIB_H_
@@ -78,6 +78,7 @@ int    setenv __P((const char *, const char *, int));
 #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
 void   *alloca __P((size_t));  /* built-in for gcc */
 int     getopt __P((int, char * const *, const char *));
 #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
 void   *alloca __P((size_t));  /* built-in for gcc */
 int     getopt __P((int, char * const *, const char *));
+int     getsubopt __P((char **, char * const *, char **));
 char   *initstate __P((unsigned, char *, int));
 int     radixsort __P((const u_char **, int, const u_char *, u_char));
 long    random __P((void));
 char   *initstate __P((unsigned, char *, int));
 int     radixsort __P((const u_char **, int, const u_char *, u_char));
 long    random __P((void));