Use plain char * instead of s_char *.
This commit is contained in:
parent
fac342ed49
commit
9dbc1cb5e3
11 changed files with 14 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue