summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1995-06-05 19:39:35 +0000
committerpk <pk@NetBSD.org>1995-06-05 19:39:35 +0000
commit3131b5c6e52e0511b0fa73575b8b31ebc080bb41 (patch)
treec5ce43fc909e2867c88f21780e8b83bbe4f18ef4 /include
parent4003f3244b3c0be0dff3dfa3d9519a6bb25c7d2f (diff)
Prototypes (PR#1097)
Diffstat (limited to 'include')
-rw-r--r--include/sgtty.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/sgtty.h b/include/sgtty.h
index b90081bc201..a37e0db4da9 100644
--- a/include/sgtty.h
+++ b/include/sgtty.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sgtty.h,v 1.3 1994/10/26 00:56:23 cgd Exp $ */
+/* $NetBSD: sgtty.h,v 1.4 1995/06/05 19:40:33 pk Exp $ */
/*
* Copyright (c) 1985 The Regents of the University of California.
@@ -39,3 +39,9 @@
#define USE_OLD_TTY
#endif
#include <sys/ioctl.h>
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+int gtty __P((int, struct sgttyb *));
+int stty __P((int, struct sgttyb *));
+__END_DECLS