diff src/console.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 54f7aa390f4f
children 8626e4521993
line wrap: on
line diff
--- a/src/console.h	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/console.h	Mon Aug 13 11:03:08 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) (void);
+  unsigned int (*device_implementation_flags_method) ();
 
   /* frame methods */
   Lisp_Object *device_specific_frame_props;