]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib-utils.h
Enable prototypes.
[gnu-emacs] / lwlib / lwlib-utils.h
index 020d2a982dc4a6d243e4cbabfdf39c57819a43f7..c2a7607b136c432c36e5149a2e658e18824d38a8 100644 (file)
@@ -1,20 +1,20 @@
 #ifndef _LWLIB_UTILS_H_
 #define _LWLIB_UTILS_H_
 
-void XtNoClearRefreshWidget (/* Widget */);
+void XtNoClearRefreshWidget __P ((Widget));
 
-typedef void (*XtApplyToWidgetsProc) (/* Widget, XtPointer */);
-typedef void* (*XtApplyUntilToWidgetsProc) (/* Widget, XtPointer */);
+typedef void (*XtApplyToWidgetsProc) __P ((Widget, XtPointer));
+typedef void* (*XtApplyUntilToWidgetsProc) __P ((Widget, XtPointer));
 
-void XtApplyToWidgets (/* Widget, XtApplyToWidgetsProc, XtPointer */);
-void *XtApplyUntilToWidgets (/* Widget, XtApplyUntilToWidgetsProc, XtPointer */);
+void XtApplyToWidgets __P ((Widget, XtApplyToWidgetsProc, XtPointer));
+void *XtApplyUntilToWidgets __P ((Widget, XtApplyUntilToWidgetsProc, XtPointer));
 
-Widget *XtCompositeChildren (/* Widget, unsigned int * */);
+Widget *XtCompositeChildren __P ((Widget, unsigned int *));
 
 /* returns True is the widget is being destroyed, False otherwise */
 Boolean
-XtWidgetBeingDestroyedP (/* Widget widget */);
+XtWidgetBeingDestroyedP __P ((Widget widget));
 
-void XtSafelyDestroyWidget (/* Widget */);
+void XtSafelyDestroyWidget __P ((Widget));
 
 #endif /* _LWLIB_UTILS_H_ */