| # | Line 170 | Line 170 | userr: | |
|---|---|---|
| 170 | ||
| 171 | void | |
| 172 | eputs( /* put string to stderr */ | |
| 173 | < | char *s |
| 173 | > | const char *s |
| 174 | ) | |
| 175 | { | |
| 176 | static int midline = 0; | |
| # | Line 539 | Line 539 | getexp( /* get exposure for nth frame */ | |
| 539 | int n | |
| 540 | ) | |
| 541 | { | |
| 542 | – | extern char *fskip(); |
| 542 | static char expval[32]; | |
| 543 | static FILE *expfp = NULL; | |
| 544 | static int curfrm = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |