summaryrefslogtreecommitdiff
path: root/zwgc/xerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/xerror.h')
-rw-r--r--zwgc/xerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zwgc/xerror.h b/zwgc/xerror.h
index d5a42e7..ea6702e 100644
--- a/zwgc/xerror.h
+++ b/zwgc/xerror.h
@@ -22,7 +22,7 @@ static const char rcsid_xerror_h[] = "$Id$";
extern int xerror_happened;
-void begin_xerror_trap();
-void end_xerror_trap();
+void begin_xerror_trap(Display *);
+void end_xerror_trap(Display *);
#endif