Mercurial > emacs
diff src/term.c @ 54167:24e19d7ffbff
(read_socket_hook): Fix arg list.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Fri, 27 Feb 2004 23:48:32 +0000 |
| parents | 2036a4307b6c |
| children | 3a86bc69c0e3 |
line wrap: on
line diff
--- a/src/term.c Fri Feb 27 23:47:48 2004 +0000 +++ b/src/term.c Fri Feb 27 23:48:32 2004 +0000 @@ -131,7 +131,7 @@ void (*write_glyphs_hook) P_ ((struct glyph *, int)); void (*delete_glyphs_hook) P_ ((int)); -int (*read_socket_hook) P_ ((int, struct input_event *, int, int)); +int (*read_socket_hook) P_ ((int, int, struct input_event *)); void (*frame_up_to_date_hook) P_ ((struct frame *));
