diff src/console.h @ 394:7d59cb494b73 r21-2-12

Import from CVS: tag r21-2-12
author cvs
date Mon, 13 Aug 2007 11:11:37 +0200
parents bbff43aa5eb7
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/console.h	Mon Aug 13 11:10:52 2007 +0200
+++ b/src/console.h	Mon Aug 13 11:11:37 2007 +0200
@@ -89,7 +89,7 @@
   void (*mark_device_method) (struct device *, void (*)(Lisp_Object));
   void (*asynch_device_change_method) (void);
   Lisp_Object (*device_system_metrics_method) (struct device *, enum device_metrics);
-  unsigned int (*device_implementation_flags_method) ();
+  unsigned int (*device_implementation_flags_method) (void);
 
   /* frame methods */
   Lisp_Object *device_specific_frame_props;