diff options
| author | christos <christos@NetBSD.org> | 1997-02-06 23:24:52 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-02-06 23:24:52 +0000 |
| commit | 680690d33cd23e1071c1929a1e86b7eaaa214a84 (patch) | |
| tree | ec737ce3cfe3ca0c6e98635b91e53ec9a2f75541 /bin/sh/exec.h | |
| parent | 5851e327c5b01ec10c79eafb560be6eaac17e299 (diff) | |
add type builtin.
Diffstat (limited to 'bin/sh/exec.h')
| -rw-r--r-- | bin/sh/exec.h | 3 |
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 **)); |
