aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cm.h b/src/cm.h
index 7f61912afa1..3561b7e480c 100644
--- a/src/cm.h
+++ b/src/cm.h
@@ -162,6 +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 cmcheckmagic ();
165extern int cmputc (); 166extern int cmputc ();
166extern int cmcostinit (); 167extern int cmcostinit ();
167extern int cmgoto (); 168extern int cmgoto ();