aboutsummaryrefslogtreecommitdiffstats
path: root/src/lush.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lush.h')
-rw-r--r--src/lush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lush.h b/src/lush.h
index 15d4d71..6836be2 100644
--- a/src/lush.h
+++ b/src/lush.h
@@ -35,7 +35,7 @@ int lush_num_builtins();
int lush_run(lua_State *L, char ***commands, int num_commands);
char *lush_read_line();
-char **lush_split_pipes(char *line);
+char **lush_split_commands(char *line);
char ***lush_split_args(char **commands, int *status);
void lush_execute_command(char **args, int input_fd, int output_fd);