updates for SeaServer

This commit is contained in:
zolliker
2007-04-26 14:47:42 +00:00
parent a24f56e7fb
commit 768c674aa8
3 changed files with 9 additions and 2 deletions

2
ease.h
View File

@ -40,7 +40,7 @@ typedef struct {
EaseState state;
time_t cmdtime;
int syntax; /* not used in ease, may be used by the driver. used by oxinst.c */
char cmd[32];
char cmd[64];
char ans[64];
char version[64];
char msg[256];