aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cm.h b/src/cm.h
index 112bbfd020f..7f61912afa1 100644
--- a/src/cm.h
+++ b/src/cm.h
@@ -162,7 +162,7 @@ extern short ospeed; /* Output speed (from sg_ospeed) */
162extern int cost; 162extern int cost;
163extern int evalcost (); 163extern int evalcost ();
164 164
165extern void cmputc (); 165extern int cmputc ();
166extern int cmcostinit (); 166extern int cmcostinit ();
167extern int cmgoto (); 167extern int cmgoto ();
168extern int Wcm_clear (); 168extern int Wcm_clear ();