| # | Line 37 | Line 37 | gethdinfo(fname, fout) /* get information on holodeck | |
|---|---|---|
| 37 | char *fname; | |
| 38 | FILE *fout; | |
| 39 | { | |
| 40 | – | extern long ftell(); |
| 40 | FILE *fp; | |
| 41 | HOLO *hdsect; | |
| 42 | int fd; | |
| 43 | < | int4 nextloc; |
| 43 | > | int32 nextloc; |
| 44 | int n; | |
| 45 | /* open holodeck file */ | |
| 46 | if ((fp = fopen(fname, "r")) == NULL) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |