# HG changeset patch # User Kim F. Storm # Date 1077925800 0 # Node ID 129757bd14b11ce298e982b650e5c3510b98b9f6 # Parent 03cb01738926646f71593aef1db2668e965b15cc (x_session_check_input): Fix prototype. diff -r 03cb01738926 -r 129757bd14b1 src/xterm.h --- 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