diff options
author | Dave Love <fx@gnu.org> | 2000-06-06 14:12:10 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-06 14:12:10 +0000 |
commit | 99570665ff9d1822bcd45a27135906e3bd5c786b (patch) | |
tree | 1741458eadb7401eb30927e5cb7e43767aed346f /lwlib/lwlib-Xaw.h | |
parent | 4374c6b0cb768a84c0eeb4826744c9b898734cbe (diff) | |
download | emacs-99570665ff9d1822bcd45a27135906e3bd5c786b.tar.gz emacs-99570665ff9d1822bcd45a27135906e3bd5c786b.tar.bz2 emacs-99570665ff9d1822bcd45a27135906e3bd5c786b.zip |
Enable prototypes.
Diffstat (limited to 'lwlib/lwlib-Xaw.h')
-rw-r--r-- | lwlib/lwlib-Xaw.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 */ |