]> code.delx.au - gnu-emacs/blobdiff - src/cm.h
Declare calloc like malloc.
[gnu-emacs] / src / cm.h
index 7f61912afa1f19d78de5e4979def63858cc9f6c2..44326b9b83bce82e4fceeb85710ec7e94bd5864c 100644 (file)
--- a/src/cm.h
+++ b/src/cm.h
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -162,6 +162,7 @@ extern short ospeed;                /* Output speed (from sg_ospeed) */
 extern int cost;
 extern int evalcost ();
 
+extern void cmcheckmagic ();
 extern int cmputc ();
 extern int cmcostinit ();
 extern int cmgoto ();