move Input::expand_args() to utils::expand_args()

This commit is contained in:
Axel Kohlmeyer
2020-08-29 18:32:10 -04:00
parent fcd0b9f78f
commit 741a1d1fc9
14 changed files with 19 additions and 149 deletions

View File

@ -38,7 +38,6 @@ class Input : protected Pointers {
char *one(const std::string&); // process a single command
void substitute(char *&, char *&, int &, int &, int);
// substitute for variables in a string
int expand_args(int, char **, int, char **&); // expand args due to wildcard
void write_echo(const std::string &); // send text to active echo file pointers
protected: