+2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * xlwmenu.c: Fix the return type for x_clear_errors and
+ x_uncatch_errors.
+
2005-07-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* lwlib-Xm.c (make_menu_in_widget): Disable drag and drop for
unsigned long *,
double, int));
extern int x_catch_errors __P ((Display*));
-extern int x_uncatch_errors __P ((Display*, int));
+extern void x_uncatch_errors P_ ((Display *, int));
extern int x_had_errors_p __P ((Display*));
-extern int x_clear_errors __P ((Display*));
+extern void x_clear_errors __P ((Display*));
extern unsigned long x_copy_dpy_color __P ((Display *, Colormap,
unsigned long));