| # | Line 223 | Line 223 | extern int readbuf(int fd, char *bpos, int siz); | |
|---|---|---|
| 223 | extern int writebuf(int fd, char *bpos, int siz); | |
| 224 | /* defined in rexpr.c */ | |
| 225 | extern int ecompile(char *sp, int iflg, int wflag); | |
| 226 | < | extern char *expsave(); |
| 226 | > | extern char *expsave(void); |
| 227 | extern void expset(char *ep); | |
| 228 | extern char *eindex(char *sp); | |
| 229 | /* defined in savestr.c */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |