diff options
| author | Kim F. Storm | 2004-02-27 23:48:32 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-02-27 23:48:32 +0000 |
| commit | a4ab7d751ca4fb16141f7c0d2f29356302e3f51b (patch) | |
| tree | 84d2803bf617d2293e3f7b61ba80e356be904c3a /src/term.c | |
| parent | 9f893fc68f7cb32ef68c2bf013adcd8fd01c1210 (diff) | |
| download | emacs-a4ab7d751ca4fb16141f7c0d2f29356302e3f51b.tar.gz emacs-a4ab7d751ca4fb16141f7c0d2f29356302e3f51b.zip | |
(read_socket_hook): Fix arg list.
Diffstat (limited to 'src/term.c')
| -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 | ||