| # | Line 187 | Line 187 | FILE *fp; | |
|---|---|---|
| 187 | int | |
| 188 | getheader(fp, f, p) /* get header from file */ | |
| 189 | FILE *fp; | |
| 190 | < | int (*f)(); |
| 190 | > | int (*f)(char *, char *); |
| 191 | char *p; | |
| 192 | { | |
| 193 | char buf[MAXLINE]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |