summaryrefslogtreecommitdiffstats
path: root/bin/sh/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/init.h')
-rw-r--r--bin/sh/init.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/bin/sh/init.h b/bin/sh/init.h
index 8466409..eff47ef 100644
--- a/bin/sh/init.h
+++ b/bin/sh/init.h
@@ -33,16 +33,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)init.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * @(#)init.h 8.2 (Berkeley) 5/4/95
+ * $Id: init.h,v 1.2 1994/09/24 02:57:37 davidg Exp $
*/
-#ifdef __STDC__
-void init(void);
-void reset(void);
-void initshellproc(void);
-#else
-void init();
-void reset();
-void initshellproc();
-#endif
+void init __P((void));
+void reset __P((void));
+void initshellproc __P((void));
OpenPOWER on IntegriCloud