| # | Line 558 | Line 558 | userr: | |
|---|---|---|
| 558 | } | |
| 559 | ||
| 560 | void | |
| 561 | < | eputs(char *s) |
| 561 | > | eputs(const char *s) |
| 562 | { | |
| 563 | static int midline = 0; | |
| 564 | ||
| # | Line 576 | Line 576 | eputs(char *s) | |
| 576 | } | |
| 577 | ||
| 578 | void | |
| 579 | < | wputs(char *s) |
| 579 | > | wputs(const char *s) |
| 580 | { | |
| 581 | /* no warnings */ | |
| 582 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |