summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index b427810..fed8992 100644
--- a/src/data.h
+++ b/src/data.h
@@ -252,4 +252,7 @@ extern int rp_honour_normal_raise;
extern int rp_honour_transient_map;
extern int rp_honour_normal_map;
+/* Keep track of X11 error messages. */
+extern char *rp_error_msg;
+
#endif /* _RATPOISON_DATA_H */