| # | Line 1134 | Line 1134 | countviews(void) /* count views in view file */ | |
|---|---|---|
| 1134 | static char * | |
| 1135 | getexp(int n) /* get exposure for nth frame */ | |
| 1136 | { | |
| 1137 | – | extern char *fskip(); |
| 1137 | static char expval[32]; | |
| 1138 | static FILE *expfp = NULL; | |
| 1139 | static long *exppos; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |