diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 30867656710..fe86a32d09f 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -955,7 +955,8 @@ XrmDatabase x_load_resources (Display *, const char *, const char *, | |||
| 955 | extern int x_text_icon (struct frame *, const char *); | 955 | extern int x_text_icon (struct frame *, const char *); |
| 956 | extern int x_bitmap_icon (struct frame *, Lisp_Object); | 956 | extern int x_bitmap_icon (struct frame *, Lisp_Object); |
| 957 | extern void x_catch_errors (Display *); | 957 | extern void x_catch_errors (Display *); |
| 958 | extern void x_check_errors (Display *, const char *); | 958 | extern void x_check_errors (Display *, const char *) |
| 959 | ATTRIBUTE_FORMAT_PRINTF (2, 0); | ||
| 959 | extern int x_had_errors_p (Display *); | 960 | extern int x_had_errors_p (Display *); |
| 960 | extern int x_catching_errors (void); | 961 | extern int x_catching_errors (void); |
| 961 | extern void x_uncatch_errors (void); | 962 | extern void x_uncatch_errors (void); |