]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib-Xlw.c
Change function definition from K&R to prototype. Fix prototype warnings.
[gnu-emacs] / lwlib / lwlib-Xlw.c
index 8a98184ab931b20d4ca1ae20d38b7e407ee41bcf..9a0ff10b11fd53e5db6b4f680b3ff874f2d8f85d 100644 (file)
@@ -43,8 +43,7 @@ Boston, MA 02110-1301, USA.  */
    This is sometimes handy to have available.  */
 
 void
-x_print_complete_resource_name (widget)
-     Widget widget;
+x_print_complete_resource_name (Widget widget)
 {
   int i;
   String names[100];
@@ -223,7 +222,9 @@ xlw_update_one_widget (widget_instance* instance, Widget widget,
 }
 
 void
-xlw_update_one_value (widget_instance *instance, Widget widget, widget_value *val)
+xlw_update_one_value (widget_instance *instance,
+                      Widget widget,
+                      widget_value *val)
 {
   return;
 }