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.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mpiosh/command.c') diff --git a/mpiosh/command.c b/mpiosh/command.c index 338ee8d..9c42a8c 100644 --- a/mpiosh/command.c +++ b/mpiosh/command.c @@ -2,7 +2,7 @@ * * Author: Andreas Buesching * - * $Id: command.c,v 1.2 2002/10/12 20:06:22 crunchy Exp $ + * $Id: command.c,v 1.3 2002/10/29 20:03:35 crunchy Exp $ * * Copyright (C) 2001 Andreas Büsching * @@ -64,10 +64,10 @@ mpiosh_command_split_line(char *line) return cmds; } -mpiosh_cmd_t * +struct mpiosh_cmd_t * mpiosh_command_find(char *line) { - mpiosh_cmd_t *cmd = commands; + struct mpiosh_cmd_t *cmd = commands; while (cmd->cmd) { if (strstr(line, cmd->cmd) == line) { -- cgit v1.2.3