aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/command.h
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-10-29 20:03:33 +0000
committercrunchy <crunchy>2002-10-29 20:03:33 +0000
commitc7351455575348d9d9847604069ee15132f2d8e0 (patch)
tree042afb35dc47c212456af5a5543c2c4e65763463 /mpiosh/command.h
parent037e02905b802686be908d4f8cd989f0c5002b99 (diff)
downloadmpiosh-c7351455575348d9d9847604069ee15132f2d8e0.tar.gz
mpiosh-c7351455575348d9d9847604069ee15132f2d8e0.tar.bz2
mpiosh-c7351455575348d9d9847604069ee15132f2d8e0.zip
a special crunchy checkin: no testing;-)
Diffstat (limited to 'mpiosh/command.h')
-rw-r--r--mpiosh/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpiosh/command.h b/mpiosh/command.h
index 1374385..34dbc9b 100644
--- a/mpiosh/command.h
+++ b/mpiosh/command.h
@@ -2,7 +2,7 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: command.h,v 1.1 2002/10/12 18:31:45 crunchy Exp $
+ * $Id: command.h,v 1.2 2002/10/29 20:03:35 crunchy Exp $
*
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
@@ -27,7 +27,7 @@
#include "mpiosh.h"
/* command(-line) functions */
-mpiosh_cmd_t *mpiosh_command_find(char *line);
+struct mpiosh_cmd_t *mpiosh_command_find(char *line);
char **mpiosh_command_split_line(char *line);
char **mpiosh_command_get_args(char *line);
void mpiosh_command_regex_fix(char *argv[]);