From b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc Mon Sep 17 00:00:00 2001 From: crunchy Date: Sat, 14 Sep 2002 11:19:30 +0000 Subject: shell regular expression mapping --- mpiosh/mpiosh.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mpiosh/mpiosh.h') diff --git a/mpiosh/mpiosh.h b/mpiosh/mpiosh.h index 944e73d..a983293 100644 --- a/mpiosh/mpiosh.h +++ b/mpiosh/mpiosh.h @@ -2,7 +2,7 @@ * * Author: Andreas Büsching * - * $Id: mpiosh.h,v 1.4 2002/09/14 09:55:31 crunchy Exp $ + * $Id: mpiosh.h,v 1.5 2002/09/14 11:19:30 crunchy Exp $ * * Copyright (C) 2002 Andreas Büsching * @@ -51,8 +51,9 @@ int mpiosh_readline_cancel(void); /* helper functions */ void mpiosh_init(void); mpiosh_cmd_t *mpiosh_command_find(char *line); -char **mpiosh_command_split(char *line); +char **mpiosh_command_split_line(char *line); char **mpiosh_command_get_args(char *line); +void mpiosh_command_regex_fix(char *argv[]); void mpiosh_command_free_args(char **args); /* global structures */ -- cgit v1.2.3