| # | Line 29 | Line 29 | extern "C" { | |
|---|---|---|
| 29 | typedef struct { | |
| 30 | FILE *finp; /* input stream */ | |
| 31 | const char *inpname; /* input name */ | |
| 32 | < | int format; /* decoded format */ |
| 32 | > | short format; /* decoded format */ |
| 33 | > | short swapped; /* byte-swapped input */ |
| 34 | long dstart; /* start of data */ | |
| 35 | long curpos; /* current input position */ | |
| 36 | int hdrflags; /* header i/o flags */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |