diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lush.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,4 +37,9 @@ char ***lush_split_args(char **commands, int *status); void lush_execute_command(char **args, int input_fd, int output_fd); int lush_execute_pipeline(char ***commands, int num_commands); +void lush_format_prompt(const char *prompt_format); + +// format spec for the prompt +extern char *prompt_format; + #endif // LUSH_H |
