| # | Line 41 | Line 41 | gridsect(fname, sect) /* get specified section(s) and | |
|---|---|---|
| 41 | char *fname; | |
| 42 | int sect; | |
| 43 | { | |
| 44 | – | extern long ftell(); |
| 44 | FILE *fp; | |
| 45 | HOLO hdsect; | |
| 46 | int fd; | |
| 47 | < | int4 nextloc; |
| 47 | > | int32 nextloc; |
| 48 | int n; | |
| 49 | /* open holodeck file */ | |
| 50 | if ((fp = fopen(fname, "r")) == NULL) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |