]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib-Xaw.h
Fix shr.el/image build problem
[gnu-emacs] / lwlib / lwlib-Xaw.h
index e359b95359cd6e0c276698734d9bccd275085107..363334b575e835ccfb652d693a0df355f5f6073a 100644 (file)
@@ -15,18 +15,17 @@ void
 xaw_update_one_widget (widget_instance *, Widget, widget_value *, Boolean);
 
 void
-xaw_update_one_value (widget_instance *, Widget, widget_value *);
+xaw_update_one_value (widget_instance *, Widget, widget_value *)
+  ATTRIBUTE_CONST;
 
 void
 xaw_destroy_instance (widget_instance *);
 
 void
-xaw_popup_menu (Widget, XEvent *);
+xaw_popup_menu (Widget, XEvent *)
+  ATTRIBUTE_CONST;
 
 void
 xaw_pop_instance (widget_instance *, Boolean);
 
 #endif /* LWLIB_XAW_H */
-
-/* arch-tag: 7c0fb4de-afd9-4112-9214-24b663cc1870
-   (do not change this comment) */