summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xaw.h
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-06-06 14:12:10 +0000
committerDave Love <fx@gnu.org>2000-06-06 14:12:10 +0000
commit99570665ff9d1822bcd45a27135906e3bd5c786b (patch)
tree1741458eadb7401eb30927e5cb7e43767aed346f /lwlib/lwlib-Xaw.h
parent4374c6b0cb768a84c0eeb4826744c9b898734cbe (diff)
downloademacs-99570665ff9d1822bcd45a27135906e3bd5c786b.tar.gz
Enable prototypes.
Diffstat (limited to 'lwlib/lwlib-Xaw.h')
-rw-r--r--lwlib/lwlib-Xaw.h14
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 */