diff options
author | jilles <jilles@FreeBSD.org> | 2012-01-01 22:17:12 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2012-01-01 22:17:12 +0000 |
commit | 8152f4c1927b535528fef82bc9449a9ffcfbfae5 (patch) | |
tree | c9bf6a1be78ff3a781bf9a2df71ecff91e72ee4f /bin/sh/exec.h | |
parent | bbd60abdf3ff8bb1ab2fbb59c1a4df2ee213f69e (diff) | |
download | FreeBSD-src-8152f4c1927b535528fef82bc9449a9ffcfbfae5.zip FreeBSD-src-8152f4c1927b535528fef82bc9449a9ffcfbfae5.tar.gz |
sh: Make various functions static.
Diffstat (limited to 'bin/sh/exec.h')
-rw-r--r-- | bin/sh/exec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/exec.h b/bin/sh/exec.h index 31f11c0..0948421 100644 --- a/bin/sh/exec.h +++ b/bin/sh/exec.h @@ -70,7 +70,6 @@ void find_command(const char *, struct cmdentry *, int, const char *); int find_builtin(const char *, int *); void hashcd(void); void changepath(const char *); -void addcmdentry(const char *, struct cmdentry *); void defun(const char *, union node *); int unsetfunc(const char *); int typecmd_impl(int, char **, int, const char *); |