| # | Line 28 | Line 28 | char *input; | |
|---|---|---|
| 28 | int (*callback)(); | |
| 29 | { | |
| 30 | FILE *popen(); | |
| 31 | < | char *fgets(), *fgetline(); |
| 31 | > | char *fgetline(); |
| 32 | FILE *infp; | |
| 33 | char buf[512]; | |
| 34 | register int c; | |
| # | Line 97 | Line 97 | int (*f)(); | |
| 97 | objerror(&thisobj, USER, errmsg); | |
| 98 | } | |
| 99 | thisobj.os = NULL; | |
| 100 | – | thisobj.lastrno = -1; |
| 100 | /* call function */ | |
| 101 | (*f)(&thisobj); | |
| 102 | /* free memory */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |