summaryrefslogtreecommitdiff
path: root/bin/sh/exec.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-02-06 23:24:52 +0000
committerchristos <christos@NetBSD.org>1997-02-06 23:24:52 +0000
commit680690d33cd23e1071c1929a1e86b7eaaa214a84 (patch)
treeec737ce3cfe3ca0c6e98635b91e53ec9a2f75541 /bin/sh/exec.h
parent5851e327c5b01ec10c79eafb560be6eaac17e299 (diff)
add type builtin.
Diffstat (limited to 'bin/sh/exec.h')
-rw-r--r--bin/sh/exec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/exec.h b/bin/sh/exec.h
index 536c4431a2c..9c03616e868 100644
--- a/bin/sh/exec.h
+++ b/bin/sh/exec.h
@@ -1,4 +1,4 @@
-/* $NetBSD: exec.h,v 1.11 1996/10/16 14:35:45 christos Exp $ */
+/* $NetBSD: exec.h,v 1.12 1997/02/06 23:24:53 christos Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -69,3 +69,4 @@ void getcmdentry __P((char *, struct cmdentry *));
void addcmdentry __P((char *, struct cmdentry *));
void defun __P((char *, union node *));
int unsetfunc __P((char *));
+int typecmd __P((int, char **));