| # | Line 518 | Line 518 | struct myview { | |
|---|---|---|
| 518 | }; | |
| 519 | ||
| 520 | ||
| 521 | < | static |
| 521 | > | static int |
| 522 | gethview(s, v) /* get view from header */ | |
| 523 | char *s; | |
| 524 | register struct myview *v; | |
| 525 | { | |
| 526 | if (isview(s) && sscanview(v->hv, s) > 0) | |
| 527 | v->ok++; | |
| 528 | + | return(0); |
| 529 | } | |
| 530 | ||
| 531 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |