From 99570665ff9d1822bcd45a27135906e3bd5c786b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 6 Jun 2000 14:12:10 +0000 Subject: Enable prototypes. --- lwlib/lwlib-Xaw.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lwlib/lwlib-Xaw.h') diff --git a/lwlib/lwlib-Xaw.h b/lwlib/lwlib-Xaw.h index 958cd9c5986..88f9114a237 100644 --- a/lwlib/lwlib-Xaw.h +++ b/lwlib/lwlib-Xaw.h @@ -6,24 +6,24 @@ extern widget_creation_entry xaw_creation_table []; Widget -xaw_create_dialog (); +xaw_create_dialog __P ((widget_instance*)); Boolean -lw_xaw_widget_p (); +lw_xaw_widget_p __P ((Widget)); void -xaw_update_one_widget (); +xaw_update_one_widget __P ((widget_instance *, Widget, widget_value *, Boolean)); void -xaw_update_one_value (); +xaw_update_one_value __P ((widget_instance *, Widget, widget_value *)); void -xaw_destroy_instance (); +xaw_destroy_instance __P ((widget_instance *)); void -xaw_popup_menu (); +xaw_popup_menu __P ((Widget, XEvent *)); void -xaw_pop_instance (); +xaw_pop_instance __P ((widget_instance *, Boolean)); #endif /* LWLIB_XAW_H */ -- cgit v1.2.1