diff options
author | Jilles Tjoelker <jilles@FreeBSD.org> | 2016-01-19 22:41:26 +0000 |
---|---|---|
committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2016-01-19 22:41:26 +0000 |
commit | 6b8e48f45ed41272666e9cb039c119b0c0977192 (patch) | |
tree | 346415b774d48364cbf20a243b076503a17ac0f8 /bin/sh/options.h | |
parent | 1775042adb86b03a8fb1befe942194424403abcc (diff) | |
download | src-6b8e48f45ed41272666e9cb039c119b0c0977192.tar.gz src-6b8e48f45ed41272666e9cb039c119b0c0977192.zip |
Notes
Diffstat (limited to 'bin/sh/options.h')
-rw-r--r-- | bin/sh/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/options.h b/bin/sh/options.h index d997e6f50146..8c83acf46e5b 100644 --- a/bin/sh/options.h +++ b/bin/sh/options.h @@ -108,7 +108,6 @@ extern char *nextopt_optptr; /* used by nextopt */ void procargs(int, char **); void optschanged(void); -void setparam(char **); void freeparam(struct shparam *); int nextopt(const char *); void getoptsreset(const char *); |