summaryrefslogtreecommitdiff
path: root/zwgc/xerror.h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:11:44 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:11:44 +0000
commitb6ea75cfc9712b77a0886c4348d6fb519641e40e (patch)
tree65f68bb2db7c6118e80670cd5edc297159f43409 /zwgc/xerror.h
parent71f70d3066d1c038e1794c4ffe804591eda3d1af (diff)
de K&Rify, fix prototypes
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