fixed
This commit is contained in:
parent
078b018ebc
commit
ce965804d3
5 changed files with 45 additions and 10 deletions
|
@ -16,10 +16,14 @@ typedef struct {
|
|||
} FETCH;
|
||||
|
||||
struct par {
|
||||
/* Text before */
|
||||
char *str0;
|
||||
|
||||
/* Text after */
|
||||
char *str1;
|
||||
|
||||
/* Command */
|
||||
char *str2;
|
||||
int error_flag;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue