From c7351455575348d9d9847604069ee15132f2d8e0 Mon Sep 17 00:00:00 2001 From: crunchy Date: Tue, 29 Oct 2002 20:03:33 +0000 Subject: a special crunchy checkin: no testing;-) --- mpiosh/command.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpiosh/command.h') 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 * - * $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 * @@ -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[]); -- cgit v1.2.3