| # | Line 28 | Line 28 | extern "C" { | |
|---|---|---|
| 28 | typedef struct { | |
| 29 | FILE *finp; /* input file pointer */ | |
| 30 | long dstart; /* start of data */ | |
| 31 | – | long curpos; /* current input position */ |
| 31 | RESOLU res; /* input resolution */ | |
| 32 | int bytespi; /* 1, 2, or 3 bytes per index */ | |
| 33 | int nids; /* ID count */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |