diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cm.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -162,7 +162,7 @@ extern short ospeed; /* Output speed (from sg_ospeed) */ | |||
| 162 | extern int cost; | 162 | extern int cost; |
| 163 | extern int evalcost (); | 163 | extern int evalcost (); |
| 164 | 164 | ||
| 165 | extern void cmputc (); | 165 | extern int cmputc (); |
| 166 | extern int cmcostinit (); | 166 | extern int cmcostinit (); |
| 167 | extern int cmgoto (); | 167 | extern int cmgoto (); |
| 168 | extern int Wcm_clear (); | 168 | extern int Wcm_clear (); |