diff --git a/src/bin/shell/shell.h b/src/bin/shell/shell.h index 47f0a8a..eba0d30 100644 --- a/src/bin/shell/shell.h +++ b/src/bin/shell/shell.h @@ -17,3 +17,4 @@ void parseInput(inputBuffer *,char *); int commands(inputBuffer *); void execProgram(inputBuffer *); +void freeArgs(inputBuffer *ptr);