summaryrefslogtreecommitdiffstats
path: root/bin/sh/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/main.h')
-rw-r--r--bin/sh/main.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/bin/sh/main.h b/bin/sh/main.h
index b43f041..611f00a 100644
--- a/bin/sh/main.h
+++ b/bin/sh/main.h
@@ -33,17 +33,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)main.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * @(#)main.h 8.2 (Berkeley) 5/4/95
+ * $Id: main.h,v 1.2 1994/09/24 02:57:49 davidg Exp $
*/
extern int rootpid; /* pid of main shell */
extern int rootshell; /* true if we aren't a child of the main shell */
-#ifdef __STDC__
-void readcmdfile(char *);
-void cmdloop(int);
-#else
-void readcmdfile();
-void cmdloop();
-#endif
+void readcmdfile __P((char *));
+void cmdloop __P((int));
+int dotcmd __P((int, char **));
+int exitcmd __P((int, char **));
OpenPOWER on IntegriCloud