First declare the functions to pacify -Wmissing-prototypes.

This commit is contained in:
Stefan Farfeleder 2005-08-13 08:31:37 +00:00
parent 955e9f68da
commit 79ea0bd9f3

View File

@ -64,6 +64,10 @@ __FBSDID("$FreeBSD$");
#undef eflag
int readcmd(int, char **);
int umaskcmd(int, char **);
int ulimitcmd(int, char **);
/*
* The read builtin. The -r option causes backslashes to be treated like
* ordinary characters.