changeset 54174:129757bd14b1

(x_session_check_input): Fix prototype.
author Kim F. Storm <storm@cua.dk>
date Fri, 27 Feb 2004 23:50:00 +0000
parents 03cb01738926
children faae5056606e
files src/xterm.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Fri Feb 27 23:49:48 2004 +0000
+++ b/src/xterm.h	Fri Feb 27 23:50:00 2004 +0000
@@ -1086,8 +1086,7 @@
 /* Defined in xsmfns.c */
 #ifdef HAVE_X_SM
 extern void x_session_initialize P_ ((struct x_display_info *dpyinfo));
-extern int x_session_check_input P_ ((struct input_event *bufp,
-                                      int *numchars));
+extern int x_session_check_input P_ ((struct input_event *bufp));
 extern int x_session_have_connection P_ ((void));
 #endif