comparison src/cm.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
21 /* Synched up with: FSF 19.30. */ 21 /* Synched up with: FSF 19.30. */
22 22
23 /* #### Chuck -- This file should be deleted. I'm not deleting it yet 23 /* #### Chuck -- This file should be deleted. I'm not deleting it yet
24 because there might be something you want out of it. */ 24 because there might be something you want out of it. */
25 25
26 #ifndef _XEMACS_CM_H_ 26 #ifndef INCLUDED_cm_h_
27 #define _XEMACS_CM_H_ 27 #define INCLUDED_cm_h_
28 28
29 /* Holds the minimum and maximum costs for the parametrized capabilities. */ 29 /* Holds the minimum and maximum costs for the parametrized capabilities. */
30 struct parmcap 30 struct parmcap
31 { 31 {
32 int mincost, maxcost; 32 int mincost, maxcost;
179 void cm_cost_init (struct console *c); 179 void cm_cost_init (struct console *c);
180 void cmgoto (int, int); 180 void cmgoto (int, int);
181 void Wcm_clear (void); 181 void Wcm_clear (void);
182 int Wcm_init (void); 182 int Wcm_init (void);
183 183
184 #endif /* _XEMACS_CM_H_ */ 184 #endif /* INCLUDED_cm_h_ */