diff src/console.h @ 335:54f7aa390f4f r21-0-65

Import from CVS: tag r21-0-65
author cvs
date Mon, 13 Aug 2007 10:50:39 +0200
parents e11d67e05968
children cc15677e0335
line wrap: on
line diff
--- a/src/console.h	Mon Aug 13 10:49:52 2007 +0200
+++ b/src/console.h	Mon Aug 13 10:50:39 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;