| # | Line 158 | Line 158 | extern char *pushcontext(char *ctx); | |
|---|---|---|
| 158 | extern char *popcontext(void); | |
| 159 | extern char *qualname(char *nam, int lvl); | |
| 160 | extern int incontext(char *qn); | |
| 161 | < | extern void chanout(int (*cs)()); |
| 161 | > | extern void chanout(void (*cs)(int n, double v)); |
| 162 | extern void dcleanup(int lvl); | |
| 163 | extern EPNODE *dlookup(char *name); | |
| 164 | extern VARDEF *varlookup(char *name); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |