Use plain char * instead of s_char *.

This commit is contained in:
Markus Armbruster 2004-09-10 18:18:31 +00:00
parent fac342ed49
commit 9dbc1cb5e3
11 changed files with 14 additions and 14 deletions

View file

@ -35,7 +35,7 @@
#define _COM_H_
struct cmndstr {
s_char *c_form; /* prototype of command */
char *c_form; /* prototype of command */
int c_cost; /* btu cost of command */
int (*c_addr)(void); /* core addr of appropriate routine */
int c_flags;