| # | Line 718 | Line 718 | int frame, | |
|---|---|---|
| 718 | VIEW *vp | |
| 719 | ) | |
| 720 | { | |
| 721 | – | extern int recover(); | 
| 721 | char combuf[2048]; | |
| 722 | char fname[128]; | |
| 723 | ||
| # | Line 788 | Line 787 | char *vfn | |
| 787 | ||
| 788 | ||
| 789 | static int | |
| 790 | < | recover(int frame) /* recover the specified frame */ | 
| 790 | > | recover(int frame) /* recover the specified frame */ | 
| 791 | { | |
| 792 | static int *rfrm; /* list of recovered frames */ | |
| 793 | static int nrfrms = 0; | |
| # | Line 900 | Line 899 | int frame, | |
| 899 | int rvr | |
| 900 | ) | |
| 901 | { | |
| 903 | – | extern int frecover(); | 
| 902 | static int iter = 0; | |
| 903 | double blurf; | |
| 904 | int nblur = getblur(&blurf); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |