| # | Line 16 | Line 16 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 16 | #include <ctype.h> | |
| 17 | ||
| 18 | #include "rtprocess.h" | |
| 19 | + | #include "rtmisc.h" |
| 20 | #include "rterror.h" | |
| 21 | #include "rtio.h" | |
| 22 | #include "calcomp.h" | |
| # | Line 577 | Line 578 | register char **pathlist | |
| 578 | ||
| 579 | int | |
| 580 | mgcurve( /* get a curve's (unmapped) values */ | |
| 581 | < | int c, |
| 582 | < | int (*f)() |
| 581 | > | int c, |
| 582 | > | void (*f)(int c, double x, double y) |
| 583 | ) | |
| 584 | { | |
| 585 | int nargs; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |