add decls for getlogin() and cuserid()
authorKevin Fall <kfall@ucbvax.Berkeley.EDU>
Wed, 22 Feb 1989 11:26:36 +0000 (03:26 -0800)
committerKevin Fall <kfall@ucbvax.Berkeley.EDU>
Wed, 22 Feb 1989 11:26:36 +0000 (03:26 -0800)
SCCS-vsn: include/stdio.h 5.6

usr/src/include/stdio.h

index 88b4fe3..50f0c7c 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)stdio.h     5.5 (Berkeley) %G%
+ *     @(#)stdio.h     5.6 (Berkeley) %G%
  */
 
 # ifndef FILE
  */
 
 # ifndef FILE
@@ -63,3 +63,5 @@ int   sprintf();      /* here until everyone does it right */
 # endif
 
 #define        L_cuserid       9       /* posix says it goes in stdio.h :( */
 # endif
 
 #define        L_cuserid       9       /* posix says it goes in stdio.h :( */
+char   *getlogin();
+char   *cuserid();