aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/command.h
diff options
context:
space:
mode:
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[]);