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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149018

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.