]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_socket_hook): Fix arg list.
authorKim F. Storm <storm@cua.dk>
Fri, 27 Feb 2004 23:48:32 +0000 (23:48 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 27 Feb 2004 23:48:32 +0000 (23:48 +0000)
src/term.c

index 5c25c7419dce216dd0a27f604d5fb2ffff71d8dc..317318eb8bf7a6f5eefcca18311908d4c38b97f9 100644 (file)
@@ -131,7 +131,7 @@ void (*insert_glyphs_hook) P_ ((struct glyph *, int));
 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 *));