diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 5c25c7419dc..317318eb8bf 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -131,7 +131,7 @@ void (*insert_glyphs_hook) P_ ((struct glyph *, int)); | |||
| 131 | void (*write_glyphs_hook) P_ ((struct glyph *, int)); | 131 | void (*write_glyphs_hook) P_ ((struct glyph *, int)); |
| 132 | void (*delete_glyphs_hook) P_ ((int)); | 132 | void (*delete_glyphs_hook) P_ ((int)); |
| 133 | 133 | ||
| 134 | int (*read_socket_hook) P_ ((int, struct input_event *, int, int)); | 134 | int (*read_socket_hook) P_ ((int, int, struct input_event *)); |
| 135 | 135 | ||
| 136 | void (*frame_up_to_date_hook) P_ ((struct frame *)); | 136 | void (*frame_up_to_date_hook) P_ ((struct frame *)); |
| 137 | 137 | ||