aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/mpiosh.h
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-14 11:19:30 +0000
committercrunchy <crunchy>2002-09-14 11:19:30 +0000
commitb30aa2ef1b42c6e65b55accbdca6448f0ee2dddc (patch)
tree970ef4988a9ba3de7f9df74c2d9a3ab7acc42f14 /mpiosh/mpiosh.h
parentb994b5499a4fd50675bc3c772a0c19fa2d4290ac (diff)
downloadmpiosh-b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc.tar.gz
mpiosh-b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc.tar.bz2
mpiosh-b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc.zip
shell regular expression mapping
Diffstat (limited to 'mpiosh/mpiosh.h')
-rw-r--r--mpiosh/mpiosh.h5
1 files changed, 3 insertions, 2 deletions
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 <crunchy@tzi.de>
*
- * $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 <crunchy@tzi.de>
*
@@ -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 */