| # | Line 892 | Line 892 | int x0, y0, x1, y1; | |
|---|---|---|
| 892 | } | |
| 893 | ||
| 894 | ||
| 895 | < | int |
| 895 | > | void |
| 896 | colavg(scn, n, cavg) | |
| 897 | register COLR *scn; | |
| 898 | register int n; | |
| # | Line 926 | Line 926 | COLOR cavg; | |
| 926 | ||
| 927 | int | |
| 928 | dobox(f, p) /* run function over bbox */ | |
| 929 | < | int (*f)(); /* function to call for each subscan */ |
| 929 | > | void (*f)(); /* function to call for each subscan */ |
| 930 | char *p; /* pointer to private data */ | |
| 931 | { | |
| 932 | int left, right, top, bottom; | |
| # | Line 957 | Line 957 | char *p; /* pointer to private data */ | |
| 957 | } | |
| 958 | ||
| 959 | ||
| 960 | < | int |
| 960 | > | void |
| 961 | addfix(scn, n) /* add fixation points to histogram */ | |
| 962 | COLR *scn; | |
| 963 | int n; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |