Declare echocmd() and testcmd().

This commit is contained in:
Stefan Farfeleder 2005-08-13 15:04:30 +00:00
parent 8d99957008
commit adecfb8dfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149025

View File

@ -82,5 +82,7 @@
pointer stalloc(int);
void error(const char *, ...) __printf0like(1, 2);
int echocmd(int, char **);
int testcmd(int, char **);
extern char *commandname;