diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-27 12:43:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-27 12:43:14 +0100 |
| commit | 2332679ad64e3e0318ca812421190156edec9186 (patch) | |
| tree | 35a0d1fee1f9e57c973640c599d1e2896e44fd45 /src/shell.h | |
| parent | 8cec37cb3e490b06639f2e05df8b947a9333d5d2 (diff) | |
| download | nissy-2332679ad64e3e0318ca812421190156edec9186.tar.gz nissy-2332679ad64e3e0318ca812421190156edec9186.zip | |
Added option -i to accept scramble(s) from stdin, very useful for batch mode
Diffstat (limited to '')
| -rw-r--r-- | src/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.h b/src/shell.h index bb85ba2..80f86ba 100644 --- a/src/shell.h +++ b/src/shell.h | |||
| @@ -8,6 +8,6 @@ | |||
| 8 | #define MAXNTOKENS 255 | 8 | #define MAXNTOKENS 255 |
| 9 | 9 | ||
| 10 | void exec_args(int c, char **v); | 10 | void exec_args(int c, char **v); |
| 11 | void launch(bool prompt); | 11 | void launch(bool batchmode); |
| 12 | 12 | ||
| 13 | #endif | 13 | #endif |
