diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-10 18:40:33 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-10 18:40:33 +0100 |
| commit | d754425bfaaaedc15faa98e3391af50682c82e31 (patch) | |
| tree | 8fe3990e31cf47d4c75cad40a49a38ced29b67d8 /src/shell.h | |
| parent | 46e3e639f8efe35d2a878a5b1674235cead05abf (diff) | |
| download | nissy-d754425bfaaaedc15faa98e3391af50682c82e31.tar.gz nissy-d754425bfaaaedc15faa98e3391af50682c82e31.zip | |
Added 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 a72d136..bb85ba2 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(); | 11 | void launch(bool prompt); |
| 12 | 12 | ||
| 13 | #endif | 13 | #endif |
